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
418 B
Makefile
15 lines
418 B
Makefile
################################################################################
|
|
#
|
|
# lua-flu
|
|
#
|
|
################################################################################
|
|
|
|
LUA_FLU_VERSION = 20150331-1
|
|
LUA_FLU_NAME_UPSTREAM = Flu
|
|
LUA_FLU_SUBDIR = doub-flu-a7daae986339
|
|
LUA_FLU_LICENSE = MIT
|
|
LUA_FLU_LICENSE_FILES = $(LUA_FLU_SUBDIR)/doc/LICENSE.txt
|
|
LUA_FLU_DEPENDENCIES = attr libfuse
|
|
|
|
$(eval $(luarocks-package))
|