iftop: we don't need libusb here

This commit is contained in:
Stefan Saraev 2013-03-07 11:57:33 +02:00
parent 780c52e9f2
commit a86698dc1d
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
#strip_lto
export LIBS="-lpthread -ltinfo -lusb-1.0"
export LIBS="-lpthread -ltinfo"
cd $PKG_BUILD

View File

@ -26,7 +26,7 @@ PKG_LICENSE="GPL"
PKG_SITE="http://htop.sourceforge.net/"
PKG_URL="http://www.ex-parrot.com/pdw/iftop/download/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="ncurses"
PKG_BUILD_DEPENDS="toolchain ncurses libusb libpcap"
PKG_BUILD_DEPENDS="toolchain ncurses libpcap"
PKG_PRIORITY="optional"
PKG_SECTION="debug/tools"
PKG_SHORTDESC="iftop: display bandwidth usage on an interface"