--- /dev/null
+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
--- /dev/null
+# 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
+}