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>
14 lines
378 B
Makefile
14 lines
378 B
Makefile
################################################################################
|
|
#
|
|
# lua-sailor
|
|
#
|
|
################################################################################
|
|
|
|
LUA_SAILOR_VERSION = 0.5-4
|
|
LUA_SAILOR_NAME_UPSTREAM = Sailor
|
|
LUA_SAILOR_SUBDIR = sailor
|
|
LUA_SAILOR_LICENSE = MIT
|
|
LUA_SAILOR_LICENSE_FILES = $(LUA_SAILOR_SUBDIR)/LICENSE
|
|
|
|
$(eval $(luarocks-package))
|