4c5d2418bb141026b36a62b250d14fee43ac81c0
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / newt / newt.mk
1 ################################################################################
2 #
3 # newt
4 #
5 ################################################################################
6
7 NEWT_VERSION = 0.52.18
8 NEWT_SITE = https://fedorahosted.org/releases/n/e/newt
9 NEWT_INSTALL_STAGING = YES
10 NEWT_DEPENDENCIES = popt slang \
11         $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)
12 NEWT_CONF_OPTS = --without-python --without-tcl
13 NEWT_MAKE = $(MAKE1)
14 NEWT_LICENSE = GPLv2
15 NEWT_LICENSE_FILES = COPYING
16
17 $(eval $(autotools-package))