]> git.pld-linux.org Git - packages/etherape.git/blob - etherape.spec
- 0.9.0
[packages/etherape.git] / etherape.spec
1 Summary:        Graphical network viewer modeled after etherman
2 Summary(pl):    Graficzny monitor sieci
3 Summary(pt_BR): Visualizador gráfico de redes modelado como o etherman
4 Name:           etherape
5 Version:        0.9.0
6 Release:        1
7 License:        GPL
8 Group:          Applications/Networking
9 Source0:        http://dl.sourceforge.net/etherape/%{name}-%{version}.tar.gz
10 # Source0-md5:  a712f4cb04897d1a02ce988cffbf254c
11 URL:            http://etherape.sourceforge.net/
12 BuildRequires:  gettext-devel
13 BuildRequires:  gtk+2-devel
14 BuildRequires:  libgnomeui-devel
15 BuildRequires:  libpcap-devel
16 BuildRequires:  libtool
17 Requires:       gtk+2
18 Requires:       libgnomeui
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Etherape is a graphical network monitor for Unix modeled after
23 etherman. Featuring ether, ip and tcp modes, it displays network
24 activity graphically. Hosts and links change in size with traffic.
25 Color coded protocols display. It supports ethernet, ppp and slip
26 devices. It can filter traffic to be shown, and can read traffic from
27 a file as well as live from the network.
28
29 %description -l pl
30 Etherape to graficzny monitor sieci dla uniksów. Ma tryby ether, ip
31 oraz tcp, wy¶wietla aktywno¶æ sieci graficznie. Hosty i po³±czenia
32 zmienij± rozmiar wraz z ruchem. Protokó³y obrazowane za pomoc±
33 kolorów. Obs³uga urz±dzeñ ethernet, ppp i slip. Mo¿e filtrowaæ ruch
34 jaki pokazuje, czytaæ z pliku lub bezpo¶rednio z sieci.
35
36 %description -l pt_BR
37 O etherape é um monitor gráfico de redes modelado como o etherman.
38 Contém modos ether, ip e tcp, mostrando de forma gráfica a atividade
39 da rede: Máquinas e conexões mudam em tamanho como o tráfego e os
40 protocolos são codificados por cores. O Etherape suporta dispositivos
41 ethernet, ppp e slip.
42
43 %prep
44 %setup -q
45
46 %build
47 rm -f missing
48 #%%{__libtoolize}
49 #%%{__gettextize}
50 #%%{__aclocal} -I m4
51 #%%{__autoconf}
52 #%%{__automake}
53 %configure
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT \
61         Developmentdir=%{_desktopdir}
62 #       pixmapsdir="%{_pixmapsdir}"
63
64 echo "Categories=Application;Network;" >> \
65         $RPM_BUILD_ROOT%{_desktopdir}/etherape.desktop
66
67 %find_lang %{name}
68
69 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %files -f %{name}.lang
73 %defattr(644,root,root,755)
74 %doc A* Ch* F* N* R* R* T*
75 %attr(755,root,root) %{_bindir}/etherape
76 %{_datadir}/etherape
77 %{_mandir}/man1/etherape.1.gz
78 %{_desktopdir}/etherape.desktop
79 %{_pixmapsdir}/etherape.png
This page took 0.08659 seconds and 4 git commands to generate.