generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
19
package/lua-http/Config.in
Normal file
19
package/lua-http/Config.in
Normal file
@ -0,0 +1,19 @@
|
||||
config BR2_PACKAGE_LUA_HTTP
|
||||
bool "lua-http"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # luaossl & lua-cqueues
|
||||
select BR2_PACKAGE_LPEG # runtime
|
||||
select BR2_PACKAGE_LUA_BASEXX # runtime
|
||||
select BR2_PACKAGE_LUA_BINARYHEAP # runtime
|
||||
select BR2_PACKAGE_LUA_COMPAT53 if BR2_PACKAGE_LUAINTERPRETER_ABI_VERSION_5_1 # runtime
|
||||
select BR2_PACKAGE_LUA_CQUEUES # runtime
|
||||
select BR2_PACKAGE_LUA_FIFO # runtime
|
||||
select BR2_PACKAGE_LUA_LPEG_PATTERNS # runtime
|
||||
select BR2_PACKAGE_LUABITOP if BR2_PACKAGE_LUA_5_1 # runtime
|
||||
select BR2_PACKAGE_LUAOSSL # runtime
|
||||
help
|
||||
HTTP library for Lua.
|
||||
|
||||
https://github.com/daurnimator/lua-http
|
||||
|
||||
comment "lua-http needs a toolchain w/ threads"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
3
package/lua-http/lua-http.hash
Normal file
3
package/lua-http/lua-http.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# computed by luarocks/buildroot
|
||||
sha256 dbe1b29ff89fb937059e4398c9a628361d97d856acc87fd8cd85cb9340cde328 http-0.4-0.src.rock
|
||||
sha256 1b486781068bcfd373f8c54f8d78eeab76d900bdf32e589e8330a4c563c2874b lua-http-0.4/LICENSE.md
|
||||
14
package/lua-http/lua-http.mk
Normal file
14
package/lua-http/lua-http.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# lua-http
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUA_HTTP_VERSION_UPSTREAM = 0.4
|
||||
LUA_HTTP_VERSION = $(LUA_HTTP_VERSION_UPSTREAM)-0
|
||||
LUA_HTTP_NAME_UPSTREAM = http
|
||||
LUA_HTTP_SUBDIR = lua-http-$(LUA_HTTP_VERSION_UPSTREAM)
|
||||
LUA_HTTP_LICENSE = MIT
|
||||
LUA_HTTP_LICENSE_FILES = $(LUA_HTTP_SUBDIR)/LICENSE.md
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user