]> git.pld-linux.org Git - packages/etherape.git/blob - etherape.spec
3f7f06ba219dd2e2231df3b4e5b052d753dcffa2
[packages/etherape.git] / etherape.spec
1 Summary:        Graphical network viewer modeled after etherman
2 Name:           etherape
3 Version:        0.6.1
4 Release:        1
5 License:        GPL
6 Group:          Applications/Networking
7 Group(de):      Applikationen/Netzwerkwesen
8 Group(pl):      Aplikacje/Sieciowe
9 Source0:        ftp://download.sourceforge.net/pub/sourceforge/etherape/%{name}-%{version}.tar.gz
10 Patch0:         %{name}-DESTDIR.patch
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 %prep
35 %setup -q
36 %patch0 -p1
37
38 %build
39 libtoolize --copy --force
40 gettextize --copy --force
41 aclocal -I macros
42 autoconf
43 automake -a -c
44 %configure
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 gzip -9nf AUTHORS ChangeLog NEWS README FAQ README.help README.bugs \
54         README.thanks
55
56 %find_lang %{name}
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files -f %{name}.lang
62 %defattr(644,root,root,755)
63 %doc *.gz
64 %attr(755,root,root) %{_sbindir}/*
65 %{_datadir}/etherape
66 %{_mandir}/man?/*
This page took 0.082545 seconds and 3 git commands to generate.