milis/talimatname/genel/iftop/talimat
2017-01-31 04:35:21 +03:00

16 lines
416 B
Text

# Description: Real-time bandwidth usage information on a network interface
# URL: http://www.ex-parrot.com/~pdw/iftop/
# Packager: milisarge
# Depends on: libpcap, ncurses
name=iftop
version=1.0pre4
release=1
source=(http://www.ex-parrot.com/~pdw/iftop/download/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make iftop
make DESTDIR=$PKG install
}