opt/iftop/Pkgfile

17 lines
429 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Real-time bandwidth usage information on a network interface
# URL: http://www.ex-parrot.com/~pdw/iftop/
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2006-02-23 16:26:10 +01:00
# 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
}