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