]> git.pld-linux.org Git - packages/jnettop.git/commitdiff
- initial pld version
authorundefine <undefine@pld-linux.org>
Sat, 28 Jun 2003 00:05:13 +0000 (00:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- todo: detect for ncurses.h ;)

Changed files:
    jnettop.spec -> 1.1

jnettop.spec [new file with mode: 0644]

diff --git a/jnettop.spec b/jnettop.spec
new file mode 100644 (file)
index 0000000..ae86f97
--- /dev/null
@@ -0,0 +1,53 @@
+Summary:       Network traffic tracker
+Summary(pl):   Narzêdzie do ¶ledzenia ruchu sieciowego
+Name:          jnettop
+Version:       0.8.1
+Release:       1
+License:       GPL
+Group:         Network/Monitoring
+Source0:       http://jnettop.kubs.info/dist/%{name}-%{version}.tar.gz
+# Source0-md5: 4c7d875f5aa0cd681cb20b179ce92bb0
+URL:           http://jnettop.kubs.info/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: ncurses-devel
+BuildRequires: libpcap-devel
+BuildRequires: glib2-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Nettop is visualising active network traffic as top does with processes.
+It displays active network streams sorted by bandwidth used. This is
+often usable when you want to get a fast grip of what is going on on your
+outbound router.
+
+%description -l pl
+Nettop pokazuje aktywny ruch sieciowy podobnie jak top procesy. Wy¶wietla
+aktywne sieciowe strumienie posortowane wg ilo¶ci u¿ytego pasma. Jest czêsto
+u¿ywany do stwierdzenia co siê dzieje na ruterach.
+
+%prep
+%setup -q
+
+%build
+rm -f missing
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+CFLAGS="%{rpmcflags} -I /usr/include/ncurses/"
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog INSTALL NEWS README .jnettop
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man?/*
This page took 0.067601 seconds and 4 git commands to generate.