]> git.pld-linux.org Git - packages/etherape.git/blob - etherape.spec
- pl translations
[packages/etherape.git] / etherape.spec
1 Summary:        Graphical network viewer modeled after etherman
2 Summary(pl):    Graficzny monitor sieci
3 Name:           etherape
4 Version:        0.8.2
5 Release:        1
6 License:        GPL
7 Group:          Applications/Networking
8 Group(de):      Applikationen/Netzwerkwesen
9 Group(pl):      Aplikacje/Sieciowe
10 Source0:        ftp://download.sourceforge.net/pub/sourceforge/etherape/%{name}-%{version}.tar.gz
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-devel
18 BuildRequires:  libpcap-devel
19 BuildRequires:  libtool
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %define         _prefix         /usr/X11R6
23 %define         _mandir         %{_prefix}/man
24 %define         _sbindir        %{_bindir}
25
26 %description
27 Etherape is a graphical network monitor for Unix modeled after
28 etherman. Featuring ether, ip and tcp modes, it displays network
29 activity graphically. Hosts and links change in size with traffic.
30 Color coded protocols display. It supports ethernet, ppp and slip
31 devices. It can filter traffic to be shown, and can read traffic from
32 a file as well as live from the network.
33
34 %description -l pl
35 Etherape to graficzny monitor sieci dla uniksów. Ma tryby ether, ip
36 oraz tcp, wy¶wietla aktywno¶æ sieci graficznie. Hosty i po³±czenia
37 zmienij± rozmiar wraz z ruchem. Protokó³y obrazowane za pomoc±
38 kolorów. Obs³uga urz±dzeñ ethernet, ppp i slip. Mo¿e filtrowaæ ruch
39 jaki pokazuje, czytaæ z pliku lub bezpo¶rednio z sieci.
40
41 %prep
42 %setup -q
43
44 %build
45 libtoolize --copy --force
46 gettextize --copy --force
47 aclocal -I macros
48 autoconf
49 automake -a -c
50 %configure
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT \
58         Developmentdir=%{_applnkdir}/Network/Misc
59
60 gzip -9nf AUTHORS ChangeLog NEWS README FAQ README.help README.bugs \
61         README.thanks
62
63 %find_lang %{name}
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %files -f %{name}.lang
69 %defattr(644,root,root,755)
70 %doc *.gz
71 %attr(755,root,root) %{_sbindir}/*
72 %{_datadir}/etherape
73 %{_mandir}/man?/*
74 %{_applnkdir}/Network/Misc/*
75 %{_pixmapsdir}/*
This page took 0.036193 seconds and 4 git commands to generate.