mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
9
package/oniguruma/Config.in
Normal file
9
package/oniguruma/Config.in
Normal file
@@ -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
|
||||
3
package/oniguruma/oniguruma.hash
Normal file
3
package/oniguruma/oniguruma.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 dc6dec742941e24b761cea1b9a2f12e750879107ae69fd80ae1046459d4fb1db oniguruma-6.9.3.tar.gz
|
||||
sha256 ae266a1ad1c2ef50baf14a1a2993e926cd46d09c6cc8b0b3a8498e44da2746b8 COPYING
|
||||
15
package/oniguruma/oniguruma.mk
Normal file
15
package/oniguruma/oniguruma.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# oniguruma
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ONIGURUMA_VERSION = 6.9.3
|
||||
ONIGURUMA_SITE = $(call github,kkos,oniguruma,v$(ONIGURUMA_VERSION))
|
||||
ONIGURUMA_LICENSE = BSD-2-Clause
|
||||
ONIGURUMA_LICENSE_FILES = COPYING
|
||||
# From git
|
||||
ONIGURUMA_AUTORECONF = YES
|
||||
ONIGURUMA_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user