opt/iftop/Pkgfile

17 lines
455 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
2014-01-05 13:15:09 +01:00
version=1.0pre3
2006-02-23 16:26:10 +01:00
release=1
source=(http://www.ex-parrot.com/~pdw/iftop/download/$name-$version.tar.gz)
build () {
cd $name-$version
2012-03-02 11:02:14 +01:00
./configure --prefix=/usr --mandir=/usr/man
make iftop
2006-02-23 16:26:10 +01:00
make DESTDIR=$PKG install
}