xref: /OK3568_Linux_fs/buildroot/package/newt/newt.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1################################################################################
2#
3# newt
4#
5################################################################################
6
7NEWT_VERSION = 0.52.21
8NEWT_SITE = https://pagure.io/releases/newt
9NEWT_INSTALL_STAGING = YES
10NEWT_DEPENDENCIES = popt slang $(TARGET_NLS_DEPENDENCIES)
11# Force to use libintl, otherwise it finds gettext functions in the C
12# library, and does not link against libintl.
13NEWT_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
14NEWT_CONF_OPTS = --without-python --without-tcl
15NEWT_LICENSE = GPL-2.0
16NEWT_LICENSE_FILES = COPYING
17
18$(eval $(autotools-package))
19