Files
buildroot/package/newt/newt.mk
Sébastien Szymanski 08cc0938b5 package/newt: update _SITE
Old URL returns 404, update _SITE to https://releases.pagure.org/newt

Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2026-09-01 23:41:26 +02:00

19 lines
613 B
Makefile

################################################################################
#
# newt
#
################################################################################
NEWT_VERSION = 0.52.25
NEWT_SITE = https://releases.pagure.org/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))