generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
7
package/lpeg/Config.in
Normal file
7
package/lpeg/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_LPEG
|
||||
bool "lpeg"
|
||||
help
|
||||
LPeg is a new pattern-matching library for Lua,
|
||||
based on Parsing Expression Grammars (PEGs).
|
||||
|
||||
http://www.inf.puc-rio.br/~roberto/lpeg.html
|
||||
2
package/lpeg/lpeg.hash
Normal file
2
package/lpeg/lpeg.hash
Normal file
@ -0,0 +1,2 @@
|
||||
# computed by luarocks/buildroot
|
||||
sha256 e0d0d687897f06588558168eeb1902ac41a11edd1b58f1aa61b99d0ea0abbfbc lpeg-1.0.2-1.src.rock
|
||||
10
package/lpeg/lpeg.mk
Normal file
10
package/lpeg/lpeg.mk
Normal file
@ -0,0 +1,10 @@
|
||||
################################################################################
|
||||
#
|
||||
# lpeg
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LPEG_VERSION = 1.0.2-1
|
||||
LPEG_LICENSE = MIT
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user