newt.mk 612 B

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