opt/iftop/Pkgfile
2006-02-23 15:26:10 +00:00

17 lines
448 B
Plaintext

# Description: Real-time bandwidth usage information on a network interface
# URL: http://www.ex-parrot.com/~pdw/iftop/
# Maintainer: Jürgen 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
}