summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Visdeloup <fanchyannmaria at orange dot fr>2009-11-18 20:38:53 +0100
committerFrançois Visdeloup <fanchyannmaria at orange dot fr>2009-11-18 20:38:53 +0100
commit43a1ab91b6d6296da71392d58dda00b79f15cfc3 (patch)
treeaecbd1c9fb626c309080f773c6389541186be54c
parent5fbe6b52dda25e8367f38dde23a71d84f43607e6 (diff)
downloadnutyx-extra-43a1ab91b6d6296da71392d58dda00b79f15cfc3.tar.gz
nutyx-extra-43a1ab91b6d6296da71392d58dda00b79f15cfc3.tar.bz2
nutyx-extra-43a1ab91b6d6296da71392d58dda00b79f15cfc3.tar.xz
nutyx-extra-43a1ab91b6d6296da71392d58dda00b79f15cfc3.zip
iftop
-rw-r--r--extra/iftop/.footprint6
-rw-r--r--extra/iftop/.md5sum1
-rw-r--r--extra/iftop/Pkgfile19
3 files changed, 26 insertions, 0 deletions
diff --git a/extra/iftop/.footprint b/extra/iftop/.footprint
new file mode 100644
index 000000000..3a5228589
--- /dev/null
+++ b/extra/iftop/.footprint
@@ -0,0 +1,6 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man8/
+-rw-r--r-- root/root usr/man/man8/iftop.8
+drwxr-xr-x root/root usr/sbin/
+-rwxr-xr-x root/root usr/sbin/iftop
diff --git a/extra/iftop/.md5sum b/extra/iftop/.md5sum
new file mode 100644
index 000000000..c7c827f41
--- /dev/null
+++ b/extra/iftop/.md5sum
@@ -0,0 +1 @@
+6d80885e0ff642222c96bb7bd3e83f96 iftop-0.17pre3.tar.gz
diff --git a/extra/iftop/Pkgfile b/extra/iftop/Pkgfile
new file mode 100644
index 000000000..d292537d6
--- /dev/null
+++ b/extra/iftop/Pkgfile
@@ -0,0 +1,19 @@
+# Description: surveillance du trafic réseau
+# URL:http://www.ex-parrot.com/~pdw/iftop/
+# Maintainer: NuTyX core team
+# Packager: fanch
+# Depends on: libpcap, ncurses
+
+name=iftop
+version=0.17pre3
+release=1
+source=(http://www.ex-parrot.com/~pdw/iftop/download/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+
+