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