kumquat-buildroot/package/newt/newt.mk
Yegor Yefremov 5bf4a4fe92 newt: bump to 0.52.17
Changed download location, added popt dependency and
updated the Makefile.in patch.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-03-18 23:30:14 +01:00

20 lines
536 B
Makefile

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