mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
95176657e5
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>
15 lines
450 B
Makefile
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))
|