7313873972be4fac0f5a51a90675ad0710693f3b
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / iptraf-ng / iptraf-ng.mk
1 ################################################################################
2 #
3 # iptraf-ng
4 #
5 ################################################################################
6
7 IPTRAF_NG_VERSION = 1.1.4
8 IPTRAF_NG_SITE = https://fedorahosted.org/releases/i/p/iptraf-ng
9 IPTRAF_NG_LICENSE = GPLv2+
10 IPTRAF_NG_LICENSE_FILES = LICENSE
11 IPTRAF_NG_DEPENDENCIES = ncurses
12
13 IPTRAF_NG_MAKE_ENV = NCURSES_LDFLAGS="-lpanel -lncurses"
14
15 $(eval $(autotools-package))