]> git.pld-linux.org Git - packages/jnettop.git/blame - jnettop.spec
- ncurses rebuild
[packages/jnettop.git] / jnettop.spec
CommitLineData
2a3789be 1Summary: Network traffic tracker
4bad2b38 2Summary(pl.UTF-8): Narzędzie do śledzenia ruchu sieciowego
2a3789be 3Name: jnettop
c6a6dc53 4Version: 0.13.0
94055609 5Release: 7
2a3789be 6License: GPL
b6bc4373 7Group: Networking/Utilities
2a3789be 8Source0: http://jnettop.kubs.info/dist/%{name}-%{version}.tar.gz
c6a6dc53 9# Source0-md5: 9529d75011026b3fcaf185b2fb063881
2a3789be 10URL: http://jnettop.kubs.info/
11BuildRequires: autoconf
12BuildRequires: automake
2a3789be 13BuildRequires: glib2-devel
ebe7b0a9 14BuildRequires: libpcap-devel
15BuildRequires: ncurses-devel
16BuildRequires: pkgconfig
2a3789be 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
74667fa9
ER
20Nettop is visualising active network traffic as top does with
21processes. It displays active network streams sorted by bandwidth
22used. This is often usable when you want to get a fast grip of what is
23going on on your outbound router.
2a3789be 24
5e1763d2 25%description -l pl.UTF-8
74667fa9 26Nettop pokazuje aktywny ruch sieciowy podobnie jak top procesy.
5e1763d2
JR
27Wyświetla aktywne sieciowe strumienie posortowane wg ilości użytego
28pasma. Jest często używany do stwierdzenia co się dzieje na ruterach.
2a3789be 29
30%prep
31%setup -q
32
33%build
34rm -f missing
35%{__aclocal}
36%{__autoconf}
37%{__autoheader}
38%{__automake}
74667fa9 39CPPFLAGS="-I/usr/include/ncurses"
2a3789be 40%configure
41%{__make}
42
43%install
44rm -rf $RPM_BUILD_ROOT
477ac5fc
PG
45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT
2a3789be 47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%files
52%defattr(644,root,root,755)
7d21a901 53%doc AUTHORS ChangeLog NEWS README .jnettop
2a3789be 54%attr(755,root,root) %{_bindir}/*
55%{_mandir}/man?/*
This page took 0.071513 seconds and 4 git commands to generate.