mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-16 22:29:30 +00:00
15 lines
492 B
Makefile
15 lines
492 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|