opt/iftop/Pkgfile
2008-07-11 09:29:19 +02:00

17 lines
449 B
Plaintext

# 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
# Depends on: libpcap, ncurses
name=iftop
version=0.17
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
}