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>
13 lines
371 B
Makefile
13 lines
371 B
Makefile
################################################################################
|
|
#
|
|
# luafilesystem
|
|
#
|
|
################################################################################
|
|
|
|
LUAFILESYSTEM_VERSION = 1.7.0-2
|
|
LUAFILESYSTEM_SUBDIR = luafilesystem
|
|
LUAFILESYSTEM_LICENSE = MIT
|
|
LUAFILESYSTEM_LICENSE_FILES = $(LUAFILESYSTEM_SUBDIR)/LICENSE
|
|
|
|
$(eval $(luarocks-package))
|