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