8dfd59d114
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
16 lines
379 B
Makefile
16 lines
379 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))
|