diff options
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 +} + + |