From 66647f54a4eddbd4adbfa36a3eac9a03d2b20d8f Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 29 Sep 2010 06:13:56 +0000 Subject: [PATCH] iftop: initial import (verified compilation). --- iftop/.footprint | 6 ++++++ iftop/.md5sum | 1 + iftop/Pkgfile | 19 +++++++++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 iftop/.footprint create mode 100644 iftop/.md5sum create mode 100644 iftop/Pkgfile diff --git a/iftop/.footprint b/iftop/.footprint new file mode 100644 index 0000000..a95798e --- /dev/null +++ b/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.gz +drwxr-xr-x root/root usr/sbin/ +-rwxr-xr-x root/root usr/sbin/iftop diff --git a/iftop/.md5sum b/iftop/.md5sum new file mode 100644 index 0000000..d89f7b4 --- /dev/null +++ b/iftop/.md5sum @@ -0,0 +1 @@ +062bc8fb3856580319857326e0b8752d iftop-0.17.tar.gz diff --git a/iftop/Pkgfile b/iftop/Pkgfile new file mode 100644 index 0000000..52a58ee --- /dev/null +++ b/iftop/Pkgfile @@ -0,0 +1,19 @@ +# Description: Real-time bandwidth usage information on a network interface +# URL: http://www.ex-parrot.com/~pdw/iftop/ +# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: libpcap ncurses + +name=iftop +version=0.17 +release=1 +source=(http://www.ex-parrot.com/~pdw/$name/download/$name-$version.tar.gz) + +build () { + cd $name-$version + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr + make + make DESTDIR=$PKG install +} -- 2.26.2