CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
iftop: initial import (verified compilation).
authorVictor Martinez <pitillo@ono.com>
Wed, 29 Sep 2010 06:13:56 +0000 (06:13 +0000)
committerVictor Martinez <pitillo@ono.com>
Wed, 29 Sep 2010 06:13:56 +0000 (06:13 +0000)
iftop/.footprint [new file with mode: 0644]
iftop/.md5sum [new file with mode: 0644]
iftop/Pkgfile [new file with mode: 0644]

diff --git a/iftop/.footprint b/iftop/.footprint
new file mode 100644 (file)
index 0000000..a95798e
--- /dev/null
@@ -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 (file)
index 0000000..d89f7b4
--- /dev/null
@@ -0,0 +1 @@
+062bc8fb3856580319857326e0b8752d  iftop-0.17.tar.gz
diff --git a/iftop/Pkgfile b/iftop/Pkgfile
new file mode 100644 (file)
index 0000000..52a58ee
--- /dev/null
@@ -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
+}