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