mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
df78ca175c
https://pagure.io/newt/blob/6e3a852c6becac7f2f231453682089577ad3de3d/f/CHANGES Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
19 lines
612 B
Makefile
19 lines
612 B
Makefile
################################################################################
|
|
#
|
|
# newt
|
|
#
|
|
################################################################################
|
|
|
|
NEWT_VERSION = 0.52.23
|
|
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))
|