opt/iftop/Pkgfile

17 lines
449 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/
2008-07-11 09:29:19 +02:00
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
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
}