diff options
Diffstat (limited to 'extra/iftop')
-rw-r--r-- | extra/iftop/.footprint.i686 | 6 | ||||
-rw-r--r-- | extra/iftop/.footprint.x86_64 | 6 | ||||
-rw-r--r-- | extra/iftop/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/iftop/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/iftop/Pkgfile | 21 |
5 files changed, 0 insertions, 35 deletions
diff --git a/extra/iftop/.footprint.i686 b/extra/iftop/.footprint.i686 deleted file mode 100644 index 3a5228589..000000000 --- a/extra/iftop/.footprint.i686 +++ /dev/null @@ -1,6 +0,0 @@ -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/.footprint.x86_64 b/extra/iftop/.footprint.x86_64 deleted file mode 100644 index 3a5228589..000000000 --- a/extra/iftop/.footprint.x86_64 +++ /dev/null @@ -1,6 +0,0 @@ -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.i686 b/extra/iftop/.md5sum.i686 deleted file mode 100644 index c7c827f41..000000000 --- a/extra/iftop/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -6d80885e0ff642222c96bb7bd3e83f96 iftop-0.17pre3.tar.gz diff --git a/extra/iftop/.md5sum.x86_64 b/extra/iftop/.md5sum.x86_64 deleted file mode 100644 index c7c827f41..000000000 --- a/extra/iftop/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -6d80885e0ff642222c96bb7bd3e83f96 iftop-0.17pre3.tar.gz diff --git a/extra/iftop/Pkgfile b/extra/iftop/Pkgfile deleted file mode 100644 index 561b2e721..000000000 --- a/extra/iftop/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# Description: surveillance du trafic réseau -# URL:http://www.ex-parrot.com/~pdw/iftop/ -# Maintainer: NuTyX core team -# Packager: fanch -# Depends on: libpcap -# Run on: libpcap - -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 -} - - - |