1################################################################################ 2# 3# iftop 4# 5################################################################################ 6 7IFTOP_VERSION = 1.0pre4 8IFTOP_SITE = http://www.ex-parrot.com/pdw/iftop/download 9IFTOP_DEPENDENCIES = ncurses libpcap 10IFTOP_LICENSE = GPL-2.0+ 11IFTOP_LICENSE_FILES = COPYING 12 13IFTOP_LIBS = -lpcap 14ifeq ($(BR2_STATIC_LIBS),y) 15IFTOP_LIBS += `$(STAGING_DIR)/usr/bin/pcap-config --static --additional-libs` 16endif 17IFTOP_CONF_ENV += LIBS+="$(IFTOP_LIBS)" 18 19$(eval $(autotools-package)) 20