summaryrefslogtreecommitdiffstats
path: root/package/iftop/iftop.mk
blob: 664c725f3999269c56a2998f3e6e1972fa2d9dd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
################################################################################
#
# iftop
#
################################################################################

IFTOP_VERSION = 1.0pre4
IFTOP_SITE = http://www.ex-parrot.com/pdw/iftop/download
IFTOP_DEPENDENCIES = ncurses libpcap
IFTOP_LICENSE = GPL-2.0+
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))
OpenPOWER on IntegriCloud