]> git.pld-linux.org Git - packages/etherape.git/blame - etherape.spec
- make libtool hapy.
[packages/etherape.git] / etherape.spec
CommitLineData
cc31e0ea 1Summary: Graphical network viewer modeled after etherman
2Name: etherape
b56d512f 3Version: 0.7.0
e0ebc695 4Release: 1
cc31e0ea 5License: GPL
6Group: Applications/Networking
fcab7a15 7Group(de): Applikationen/Netzwerkwesen
cc31e0ea 8Group(pl): Aplikacje/Sieciowe
bf28d9af 9Source0: ftp://download.sourceforge.net/pub/sourceforge/etherape/%{name}-%{version}.tar.gz
cc31e0ea 10URL: http://etherape.sourceforge.net/
e0ebc695 11BuildRequires: autoconf
cc31e0ea 12BuildRequires: automake
13BuildRequires: gettext-devel
14BuildRequires: gnome-libs-devel
15BuildRequires: gtk+-devel
16BuildRequires: libglade-devel
17BuildRequires: libpcap-devel
101a1cb3 18BuildRequires: libtool
cc31e0ea 19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%define _prefix /usr/X11R6
22%define _mandir %{_prefix}/man
23%define _sbindir %{_bindir}
53bdc9e6 24
25%description
96ee7c5e 26Etherape is a graphical network monitor for Unix modeled after
27etherman. Featuring ether, ip and tcp modes, it displays network
28activity graphically. Hosts and links change in size with traffic.
29Color coded protocols display. It supports ethernet, ppp and slip
30devices. It can filter traffic to be shown, and can read traffic from
31a file as well as live from the network.
53bdc9e6 32
33%prep
34%setup -q
61491112 35
53bdc9e6 36%build
101a1cb3 37libtoolize --copy --force
cc31e0ea 38gettextize --copy --force
fcab7a15
AM
39aclocal -I macros
40autoconf
0b753ac9 41automake -a -c
cc31e0ea 42%configure
5dd8448d 43%{__make}
53bdc9e6 44
45%install
46rm -rf $RPM_BUILD_ROOT
47
a3428734 48%{__make} install \
cc31e0ea 49 DESTDIR=$RPM_BUILD_ROOT
53bdc9e6 50
cc31e0ea 51gzip -9nf AUTHORS ChangeLog NEWS README FAQ README.help README.bugs \
836799b3 52 README.thanks
cc31e0ea 53
54%find_lang %{name}
53bdc9e6 55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
cc31e0ea 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.089378 seconds and 4 git commands to generate.