opt/iftop/Pkgfile

17 lines
457 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-20 13:01:53 +01:00
version=1.0pre4
release=2
2006-02-23 16:26:10 +01:00
source=(http://www.ex-parrot.com/~pdw/iftop/download/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr
2020-08-01 19:15:18 +02:00
make CFLAGS+=" -fcommon" iftop
2006-02-23 16:26:10 +01:00
make DESTDIR=$PKG install
}