summaryrefslogtreecommitdiffstats
path: root/package/lua-fifo/lua-fifo.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/lua-fifo/lua-fifo.mk')
-rw-r--r--package/lua-fifo/lua-fifo.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/lua-fifo/lua-fifo.mk b/package/lua-fifo/lua-fifo.mk
new file mode 100644
index 0000000000..875b89577a
--- /dev/null
+++ b/package/lua-fifo/lua-fifo.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# lua-fifo
+#
+################################################################################
+
+LUA_FIFO_VERSION_UPSTREAM =0.2
+LUA_FIFO_VERSION =$(LUA_FIFO_VERSION_UPSTREAM)-0
+LUA_FIFO_NAME_UPSTREAM = fifo
+LUA_FIFO_SUBDIR = fifo.lua-$(LUA_FIFO_VERSION_UPSTREAM)
+LUA_FIFO_LICENSE = MIT
+LUA_FIFO_LICENSE_FILES = $(LUA_FIFO_SUBDIR)/LICENSE
+
+$(eval $(luarocks-package))
OpenPOWER on IntegriCloud