mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
https://pagure.io/newt/blob/25a32726469ce1868fa7b7c7f7b0e4f91a50a639/f/CHANGES Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
19 lines
612 B
Makefile
19 lines
612 B
Makefile
################################################################################
|
|
#
|
|
# newt
|
|
#
|
|
################################################################################
|
|
|
|
NEWT_VERSION = 0.52.25
|
|
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))
|