diff options
author | François Visdeloup <fanchyannmaria at orange dot fr> | 2009-11-18 20:38:53 +0100 |
---|---|---|
committer | François Visdeloup <fanchyannmaria at orange dot fr> | 2009-11-18 20:38:53 +0100 |
commit | 43a1ab91b6d6296da71392d58dda00b79f15cfc3 (patch) | |
tree | aecbd1c9fb626c309080f773c6389541186be54c /extra/iftop/Pkgfile | |
parent | 5fbe6b52dda25e8367f38dde23a71d84f43607e6 (diff) | |
download | nutyx-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/Pkgfile | 19 |
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 +} + + |