]> git.pld-linux.org Git - packages/etherape.git/blob - etherape.spec
- make libtool hapy.
[packages/etherape.git] / etherape.spec
1 Summary:        Graphical network viewer modeled after etherman
2 Name:           etherape
3 Version:        0.7.0
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 URL:            http://etherape.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gettext-devel
14 BuildRequires:  gnome-libs-devel
15 BuildRequires:  gtk+-devel
16 BuildRequires:  libglade-devel
17 BuildRequires:  libpcap-devel
18 BuildRequires:  libtool
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %define         _prefix         /usr/X11R6
22 %define         _mandir         %{_prefix}/man
23 %define         _sbindir        %{_bindir}
24
25 %description
26 Etherape is a graphical network monitor for Unix modeled after
27 etherman. Featuring ether, ip and tcp modes, it displays network
28 activity graphically. Hosts and links change in size with traffic.
29 Color coded protocols display. It supports ethernet, ppp and slip
30 devices. It can filter traffic to be shown, and can read traffic from
31 a file as well as live from the network.
32
33 %prep
34 %setup -q
35
36 %build
37 libtoolize --copy --force
38 gettextize --copy --force
39 aclocal -I macros
40 autoconf
41 automake -a -c
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 gzip -9nf AUTHORS ChangeLog NEWS README FAQ README.help README.bugs \
52         README.thanks
53
54 %find_lang %{name}
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files -f %{name}.lang
60 %defattr(644,root,root,755)
61 %doc *.gz
62 %attr(755,root,root) %{_sbindir}/*
63 %{_datadir}/etherape
64 %{_mandir}/man?/*
This page took 0.834884 seconds and 3 git commands to generate.