]> git.pld-linux.org Git - packages/etherape.git/blob - etherape.spec
- fixed building (couldn't find libglade headers)
[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 Source0:        ftp://download.sourceforge.net/pub/sourceforge/etherape/%{name}-%{version}.tar.gz
9 URL:            http://etherape.sourceforge.net/
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  gettext-devel
13 BuildRequires:  gnome-libs-devel
14 BuildRequires:  gtk+-devel
15 BuildRequires:  libglade-devel
16 BuildRequires:  libpcap-devel
17 BuildRequires:  libtool
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %define         _prefix         /usr/X11R6
21 %define         _mandir         %{_prefix}/man
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 %prep
40 %setup -q
41
42 %build
43 libtoolize --copy --force
44 gettextize --copy --force
45 aclocal -I macros
46 autoconf
47 automake -a -c -f
48 CFLAGS="%{rpmcflags} -I /usr/X11R6/include/libglade-1.0"
49 %configure
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT \
57         Developmentdir=%{_applnkdir}/Network/Misc
58
59 gzip -9nf AUTHORS ChangeLog NEWS README FAQ README.help README.bugs \
60         README.thanks
61
62 %find_lang %{name}
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %files -f %{name}.lang
68 %defattr(644,root,root,755)
69 %doc *.gz
70 %attr(755,root,root) %{_sbindir}/*
71 %{_datadir}/etherape
72 %{_mandir}/man?/*
73 %{_applnkdir}/Network/Misc/*
74 %{_pixmapsdir}/*
This page took 0.035904 seconds and 4 git commands to generate.