summaryrefslogtreecommitdiffstats
path: root/package/newt/newt.mk
blob: 85e75f4f2696831e4efd662dc25397b074c5660f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
################################################################################
#
# newt
#
################################################################################

NEWT_VERSION = 0.52.17
NEWT_SITE = https://fedorahosted.org/releases/n/e/newt/
NEWT_INSTALL_STAGING = YES
NEWT_DEPENDENCIES = popt slang \
	$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)
NEWT_CONF_OPT = --without-python --without-tcl
NEWT_MAKE = $(MAKE1)
NEWT_LICENSE = GPLv2
NEWT_LICENSE_FILES = COPYING

$(eval $(autotools-package))
OpenPOWER on IntegriCloud