Move all to deprecated folder.
This commit is contained in:
19
deprecated/firmware/buildroot/package/iftop/iftop.mk
Normal file
19
deprecated/firmware/buildroot/package/iftop/iftop.mk
Normal file
@@ -0,0 +1,19 @@
|
||||
################################################################################
|
||||
#
|
||||
# iftop
|
||||
#
|
||||
################################################################################
|
||||
|
||||
IFTOP_VERSION = 1.0pre4
|
||||
IFTOP_SITE = http://www.ex-parrot.com/pdw/iftop/download
|
||||
IFTOP_DEPENDENCIES = ncurses libpcap
|
||||
IFTOP_LICENSE = GPLv2+
|
||||
IFTOP_LICENSE_FILES = COPYING
|
||||
|
||||
IFTOP_LIBS = -lpcap
|
||||
ifeq ($(BR2_STATIC_LIBS),y)
|
||||
IFTOP_LIBS += `$(STAGING_DIR)/usr/bin/pcap-config --static --additional-libs`
|
||||
endif
|
||||
IFTOP_CONF_ENV += LIBS+="$(IFTOP_LIBS)"
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user