generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
7
package/lua-ev/Config.in
Normal file
7
package/lua-ev/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_LUA_EV
|
||||
bool "lua-ev"
|
||||
select BR2_PACKAGE_LIBEV
|
||||
help
|
||||
Get access to the libev library from Lua.
|
||||
|
||||
https://github.com/brimworks/lua-ev
|
||||
3
package/lua-ev/lua-ev.hash
Normal file
3
package/lua-ev/lua-ev.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 4e26e05830955fdd882a1b48b535be94356582eea310327f839f830cd9250d3a lua-ev-339426fbe528f11cb3cd1af69a88f06bba367981.tar.gz
|
||||
sha256 c224cc31feec52e33b621ccdbc245e21316a20a134a4cd8706438a3b3382e8ac README
|
||||
14
package/lua-ev/lua-ev.mk
Normal file
14
package/lua-ev/lua-ev.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# lua-ev
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUA_EV_VERSION = 339426fbe528f11cb3cd1af69a88f06bba367981
|
||||
LUA_EV_SITE = $(call github,brimworks,lua-ev,$(LUA_EV_VERSION))
|
||||
LUA_EV_DEPENDENCIES = luainterpreter libev
|
||||
LUA_EV_LICENSE = MIT
|
||||
LUA_EV_LICENSE_FILES = README
|
||||
LUA_EV_CONF_OPTS = -DINSTALL_CMOD="/usr/lib/lua/$(LUAINTERPRETER_ABIVER)"
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user