]> git.pld-linux.org Git - packages/etherape.git/blob - etherape.spec
- net/bdf.h is obsolete - look for pcap-bdf.h
[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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Etherape is a graphical network monitor for Unix modeled after
20 etherman. Featuring ether, ip and tcp modes, it displays network
21 activity graphically. Hosts and links change in size with traffic.
22 Color coded protocols display. It supports ethernet, ppp and slip
23 devices. It can filter traffic to be shown, and can read traffic from
24 a file as well as live from the network.
25
26 %description -l pl
27 Etherape to graficzny monitor sieci dla uniksów. Ma tryby ether, ip
28 oraz tcp, wy¶wietla aktywno¶æ sieci graficznie. Hosty i po³±czenia
29 zmienij± rozmiar wraz z ruchem. Protokó³y obrazowane za pomoc±
30 kolorów. Obs³uga urz±dzeñ ethernet, ppp i slip. Mo¿e filtrowaæ ruch
31 jaki pokazuje, czytaæ z pliku lub bezpo¶rednio z sieci.
32
33 %description -l pt_BR
34 O etherape é um monitor gráfico de redes modelado como o etherman.
35 Contém modos ether, ip e tcp, mostrando de forma gráfica a atividade
36 da rede: Máquinas e conexões mudam em tamanho como o tráfego e os
37 protocolos são codificados por cores. O Etherape suporta dispositivos
38 ethernet, ppp e slip.
39
40 %prep
41 %setup -q
42
43 %build
44 %configure
45
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT \
53         pixmapsdir=%{_pixmapsdir} \
54         Developmentdir=%{_desktopdir}
55
56 echo "Categories=Application;Network;" >> \
57         $RPM_BUILD_ROOT%{_desktopdir}/etherape.desktop
58
59 %find_lang %{name}
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files -f %{name}.lang
65 %defattr(644,root,root,755)
66 %doc AUTHORS ChangeLog FAQ NEWS README* TODO
67 %attr(755,root,root) %{_bindir}/etherape
68 %{_datadir}/etherape
69 %{_mandir}/man1/etherape.1*
70 %{_desktopdir}/etherape.desktop
71 %{_pixmapsdir}/etherape.png
This page took 0.100028 seconds and 3 git commands to generate.