iftop: move to usr/bin.

This commit is contained in:
Andrea Brancaleoni 2015-06-03 00:35:58 +02:00
parent dafcd7ad2b
commit 6560f216ba

View File

@ -1,7 +1,7 @@
# Template file for 'iftop'
pkgname=iftop
version=1.0pre4
revision=1
revision=2
build_style=gnu-configure
makedepends="libpcap-devel ncurses-devel"
short_desc="Top-like tool to display bandwidth usage on an interface"
@ -10,3 +10,4 @@ license="GPL-2"
homepage="http://www.ex-parrot.com/pdw/iftop/"
distfiles="${homepage}/download/$pkgname-$version.tar.gz"
checksum=f733eeea371a7577f8fe353d86dd88d16f5b2a2e702bd96f5ffb2c197d9b4f97
configure_args="--sbindir=/usr/bin"