From 43a1ab91b6d6296da71392d58dda00b79f15cfc3 Mon Sep 17 00:00:00 2001 From: François Visdeloup Date: Wed, 18 Nov 2009 20:38:53 +0100 Subject: iftop --- extra/iftop/.footprint | 6 ++++++ extra/iftop/.md5sum | 1 + extra/iftop/Pkgfile | 19 +++++++++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 extra/iftop/.footprint create mode 100644 extra/iftop/.md5sum create mode 100644 extra/iftop/Pkgfile (limited to 'extra') 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 +} + + -- cgit v1.2.3-70-g09d2