mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
lua-ev: New package
Lua bindings for libev [Peter: fix file header] Signed-off-by: Assaf Inbal <shmuelzon@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
a28ec29a9e
commit
1286135afc
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 = 458165b
|
||||
LUA_EV_SITE = http://github.com/brimworks/lua-ev/tarball/$(LUA_EV_VERSION)
|
||||
LUA_EV_DEPENDENCIES = lua libev
|
||||
LUA_EV_LICENSE = MIT
|
||||
LUA_EV_LICENSE_FILES = README
|
||||
LUA_EV_CONF_OPT = -DINSTALL_CMOD="/usr/lib/lua"
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user