# Maintainer: Natanael Copa pkgname=iftop pkgver=0.17 pkgrel=8 pkgdesc="A tool to display bandwidth usage on an interface" url="https://www.ex-parrot.com/~pdw/iftop/" arch="all" license="GPL-2.0-or-later" makedepends="libpcap-dev>=1 ncurses-dev" options="!check" # no tests subpackages="$pkgname-doc" source="https://www.ex-parrot.com/~pdw/iftop/download/iftop-$pkgver.tar.gz" prepare() { cd "$builddir" default_prepare update_config_sub } build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --mandir=/usr/share/man make } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums=" 41e3bc5feac5927f67356f491fcab7a28f7a32102cc33c67d81c1dc755273c42e32b540b14b6254a540f1b6c1b1ad6c50e3095c3b5282db2ea12dd0049ce2ebd iftop-0.17.tar.gz "