generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
10
package/lua-zlib/Config.in
Normal file
10
package/lua-zlib/Config.in
Normal file
@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_LUA_ZLIB
|
||||
bool "lua-zlib"
|
||||
select BR2_PACKAGE_ZLIB
|
||||
help
|
||||
Simple streaming interface to zlib for Lua.
|
||||
Consists of two functions: inflate and deflate.
|
||||
Both functions return "stream functions" (takes a buffer
|
||||
of input and returns a buffer of output).
|
||||
|
||||
https://github.com/brimworks/lua-zlib
|
||||
2
package/lua-zlib/lua-zlib.hash
Normal file
2
package/lua-zlib/lua-zlib.hash
Normal file
@ -0,0 +1,2 @@
|
||||
# computed by luarocks/buildroot
|
||||
sha256 42436ba2b78c9a2d515d6da59ceb12cdea7f84c9ce3c859d91addb42badd4061 lua-zlib-1.2-0.src.rock
|
||||
12
package/lua-zlib/lua-zlib.mk
Normal file
12
package/lua-zlib/lua-zlib.mk
Normal file
@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# lua-zlib
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUA_ZLIB_VERSION = 1.2-0
|
||||
LUA_ZLIB_SUBDIR = lua-zlib
|
||||
LUA_ZLIB_LICENSE = MIT
|
||||
LUA_ZLIB_DEPENDENCIES = zlib
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user