initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
config BR2_PACKAGE_ENCHANT
|
||||
bool "enchant"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_USE_WCHAR # glib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
||||
depends on BR2_USE_MMU # glib2
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
help
|
||||
Enchant is a spell-checking library that provides a consistent
|
||||
API across a number of spell-checking system backends.
|
||||
|
||||
https://abiword.github.io/enchant/
|
||||
|
||||
comment "enchant needs a toolchain w/ C++, threads, wchar"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
|
||||
!BR2_TOOLCHAIN_HAS_THREADS
|
||||
@@ -0,0 +1,3 @@
|
||||
# locally computed
|
||||
sha256 3b0f2215578115f28e2a6aa549b35128600394304bd79d6f28b0d3b3d6f46c03 enchant-2.2.15.tar.gz
|
||||
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LIB
|
||||
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# enchant
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ENCHANT_VERSION = 2.2.15
|
||||
ENCHANT_SITE = \
|
||||
https://github.com/AbiWord/enchant/releases/download/v$(ENCHANT_VERSION)
|
||||
ENCHANT_INSTALL_STAGING = YES
|
||||
ENCHANT_DEPENDENCIES = libglib2 host-pkgconf
|
||||
ENCHANT_LICENSE = LGPL-2.1+
|
||||
ENCHANT_LICENSE_FILES = COPYING.LIB
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user