initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
config BR2_PACKAGE_NEWT
|
||||
bool "newt"
|
||||
depends on BR2_USE_WCHAR
|
||||
depends on BR2_USE_MMU # slang
|
||||
depends on !BR2_STATIC_LIBS # unconditionally creates .so
|
||||
select BR2_PACKAGE_SLANG
|
||||
select BR2_PACKAGE_POPT
|
||||
help
|
||||
Programming library for color text mode, widget based user
|
||||
interfaces.
|
||||
|
||||
http://www.redhat.com/
|
||||
|
||||
comment "newt needs a toolchain w/ wchar, dynamic library"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS
|
||||
@@ -0,0 +1,5 @@
|
||||
# From https://releases.pagure.org/newt/CHECKSUMS
|
||||
sha256 265eb46b55d7eaeb887fca7a1d51fe115658882dfe148164b6c49fccac5abb31 newt-0.52.21.tar.gz
|
||||
sha512 d53d927996d17223e688bf54dccfabb2a3dc02bfe38ffc455964e86feaca3cd9f9ab5b19774433be430fa4d761cd9b6680b558f297acb86f80daeb6942f7d23c newt-0.52.21.tar.gz
|
||||
# Locally calculated
|
||||
sha256 b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c COPYING
|
||||
@@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# newt
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NEWT_VERSION = 0.52.21
|
||||
NEWT_SITE = https://pagure.io/releases/newt
|
||||
NEWT_INSTALL_STAGING = YES
|
||||
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)
|
||||
NEWT_CONF_OPTS = --without-python --without-tcl
|
||||
NEWT_LICENSE = GPL-2.0
|
||||
NEWT_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user