diff options
author | sibel <lesibel@free.fr> | 2011-03-07 11:37:33 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-07 11:37:33 +0100 |
commit | 7efd0c1bf7a75bce3f2545f26f53c73c2f5c5581 (patch) | |
tree | 7a4e4edab1a6a06bea3793a6023f777c57189104 /extra/iftop/Pkgfile | |
parent | 8a24b1b96329f7a7052e6d9f4bd77ba73858fbf6 (diff) | |
download | nutyx-pakxe-7efd0c1bf7a75bce3f2545f26f53c73c2f5c5581.tar.gz nutyx-pakxe-7efd0c1bf7a75bce3f2545f26f53c73c2f5c5581.tar.bz2 nutyx-pakxe-7efd0c1bf7a75bce3f2545f26f53c73c2f5c5581.tar.xz nutyx-pakxe-7efd0c1bf7a75bce3f2545f26f53c73c2f5c5581.zip |
iftop, déplacé dans ouvert
Diffstat (limited to 'extra/iftop/Pkgfile')
-rw-r--r-- | extra/iftop/Pkgfile | 21 |
1 files changed, 0 insertions, 21 deletions
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 -} - - - |