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>
20 lines
536 B
Makefile
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))
|