30a198196a
Added the iftop package which is really useful to see quickly what uses the bandwidth on your machine. [Peter: move to 'Networking applications', fix license] Signed-off-by: Bogdan Radulescu <bogdan@nimblex.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
16 lines
341 B
Makefile
16 lines
341 B
Makefile
#############################################################
|
|
#
|
|
# iftop
|
|
#
|
|
#############################################################
|
|
|
|
IFTOP_VERSION = 1.0pre2
|
|
IFTOP_SITE = http://www.ex-parrot.com/pdw/iftop/download/
|
|
|
|
IFTOP_DEPENDENCIES = ncurses libpcap
|
|
|
|
IFTOP_LICENSE = GPLv2+
|
|
IFTOP_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|