buildroot/package/lua-fifo/lua-fifo.mk
Francois Perrad 95176657e5 package/lua*: regeneration of *.mk files
This commit aligns the .mk files of Lua packages so that they match
with the output of the recently added Buildroot addon for Luarocks.

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-12-31 17:43:17 +01:00

15 lines
450 B
Makefile

################################################################################
#
# 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))