summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-07 11:37:33 +0100
committersibel <lesibel@free.fr>2011-03-07 11:37:33 +0100
commit7efd0c1bf7a75bce3f2545f26f53c73c2f5c5581 (patch)
tree7a4e4edab1a6a06bea3793a6023f777c57189104
parent8a24b1b96329f7a7052e6d9f4bd77ba73858fbf6 (diff)
downloadnutyx-pakxe-7efd0c1bf7a75bce3f2545f26f53c73c2f5c5581.tar.gz
nutyx-pakxe-7efd0c1bf7a75bce3f2545f26f53c73c2f5c5581.tar.bz2
nutyx-pakxe-7efd0c1bf7a75bce3f2545f26f53c73c2f5c5581.tar.xz
nutyx-pakxe-7efd0c1bf7a75bce3f2545f26f53c73c2f5c5581.zip
iftop, déplacé dans ouvert
-rw-r--r--extra/iftop/.footprint.i6866
-rw-r--r--extra/iftop/.footprint.x86_646
-rw-r--r--extra/iftop/.md5sum.i6861
-rw-r--r--extra/iftop/.md5sum.x86_641
-rw-r--r--extra/iftop/Pkgfile21
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
-}
-
-
-