2013-06-06 07:53:30 +08:00
|
|
|
################################################################################
|
2002-05-24 03:21:23 +08:00
|
|
|
#
|
|
|
|
# newt
|
|
|
|
#
|
2013-06-06 07:53:30 +08:00
|
|
|
################################################################################
|
2013-06-06 07:53:25 +08:00
|
|
|
|
2019-11-04 15:45:04 +08:00
|
|
|
NEWT_VERSION = 0.52.21
|
2016-09-28 21:43:48 +08:00
|
|
|
NEWT_SITE = https://pagure.io/releases/newt
|
2012-10-11 17:46:39 +08:00
|
|
|
NEWT_INSTALL_STAGING = YES
|
2017-07-04 05:06:55 +08:00
|
|
|
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)
|
2014-09-28 03:32:44 +08:00
|
|
|
NEWT_CONF_OPTS = --without-python --without-tcl
|
2017-03-30 21:43:32 +08:00
|
|
|
NEWT_LICENSE = GPL-2.0
|
2014-03-29 07:29:19 +08:00
|
|
|
NEWT_LICENSE_FILES = COPYING
|
2012-10-11 17:46:39 +08:00
|
|
|
|
|
|
|
$(eval $(autotools-package))
|