buildroot/package/newt/newt.mk
Bernd Kuhls 6ac7d23aa7 package/newt: bump version to 0.52.21
Changelog: https://pagure.io/newt/blob/master/f/CHANGES

Removed MAKE1 after upstream fixed parallel build.

Added upstream provided hashes and license hash.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-11-04 22:07:17 +01:00

19 lines
612 B
Makefile

################################################################################
#
# newt
#
################################################################################
NEWT_VERSION = 0.52.21
NEWT_SITE = https://pagure.io/releases/newt
NEWT_INSTALL_STAGING = YES
NEWT_DEPENDENCIES = popt slang $(TARGET_NLS_DEPENDENCIES)
# Force to use libintl, otherwise it finds gettext functions in the C
# library, and does not link against libintl.
NEWT_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
NEWT_CONF_OPTS = --without-python --without-tcl
NEWT_LICENSE = GPL-2.0
NEWT_LICENSE_FILES = COPYING
$(eval $(autotools-package))