# Description: Real-time bandwidth usage information on a network interface # URL: http://www.ex-parrot.com/~pdw/iftop/ # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: dbus libnl libpcap name=iftop version=1.0pre4 release=1 source=(https://pdw.ex-parrot.com/${name}/download/${name}-${version}.tar.gz fix-build.patch) build() { cd $name-$version patch -Np1 -i ../fix-build.patch ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ --libexecdir=/usr/lib/$name \ --mandir=/usr/share/man make make DESTDIR=$PKG install }