The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / lua-ev / lua-ev.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/lua-ev/lua-ev.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/lua-ev/lua-ev.mk
new file mode 100644 (file)
index 0000000..745d6ed
--- /dev/null
@@ -0,0 +1,14 @@
+################################################################################
+#
+# lua-ev
+#
+################################################################################
+
+LUA_EV_VERSION = 458165bdfe0c6eadc788813925f11a0e6a823845
+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))