summaryrefslogtreecommitdiffstats
path: root/extra/iftop/Pkgfile
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 /extra/iftop/Pkgfile
parent5fbe6b52dda25e8367f38dde23a71d84f43607e6 (diff)
downloadnutyx-extra-43a1ab91b6d6296da71392d58dda00b79f15cfc3.tar.gz
nutyx-extra-43a1ab91b6d6296da71392d58dda00b79f15cfc3.tar.bz2
nutyx-extra-43a1ab91b6d6296da71392d58dda00b79f15cfc3.tar.xz
nutyx-extra-43a1ab91b6d6296da71392d58dda00b79f15cfc3.zip
iftop
Diffstat (limited to 'extra/iftop/Pkgfile')
-rw-r--r--extra/iftop/Pkgfile19
1 files changed, 19 insertions, 0 deletions
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
+}
+
+