The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / iftop / iftop.mk
1 ################################################################################
2 #
3 # iftop
4 #
5 ################################################################################
6
7 IFTOP_VERSION = 1.0pre4
8 IFTOP_SITE = http://www.ex-parrot.com/pdw/iftop/download
9 IFTOP_DEPENDENCIES = ncurses libpcap
10 IFTOP_LICENSE = GPLv2+
11 IFTOP_LICENSE_FILES = COPYING
12
13 IFTOP_LIBS = -lpcap
14 ifeq ($(BR2_STATIC_LIBS),y)
15 IFTOP_LIBS += $(shell $(STAGING_DIR)/usr/bin/pcap-config --static --additional-libs)
16 endif
17 IFTOP_CONF_ENV += LIBS+="$(IFTOP_LIBS)"
18
19 $(eval $(autotools-package))