initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_ONIGURUMA
|
||||
bool "oniguruma"
|
||||
help
|
||||
Oniguruma is a modern and flexible regular expressions
|
||||
library. It encompasses features from different regular
|
||||
expression implementations that traditionally exist in
|
||||
different languages.
|
||||
|
||||
https://github.com/kkos/oniguruma
|
||||
@@ -0,0 +1,4 @@
|
||||
# From https://github.com/kkos/oniguruma/releases/download/v6.9.7/onig-6.9.7.1.tar.gz.sha256
|
||||
sha256 6444204b9c34e6eb6c0b23021ce89a0370dad2b2f5c00cd44c342753e0b204d9 onig-6.9.7.1.tar.gz
|
||||
# Hash for license file
|
||||
sha256 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f COPYING
|
||||
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# oniguruma
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ONIGURUMA_VERSION = 6.9.7.1
|
||||
ONIGURUMA_SITE = \
|
||||
https://github.com/kkos/oniguruma/releases/download/v$(ONIGURUMA_VERSION)
|
||||
ONIGURUMA_SOURCE = onig-$(ONIGURUMA_VERSION).tar.gz
|
||||
ONIGURUMA_LICENSE = BSD-2-Clause
|
||||
ONIGURUMA_LICENSE_FILES = COPYING
|
||||
ONIGURUMA_CPE_ID_VENDOR = oniguruma_project
|
||||
ONIGURUMA_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user