mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 07:23:30 +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>
13 lines
353 B
Makefile
13 lines
353 B
Makefile
################################################################################
|
|
#
|
|
# lua-basexx
|
|
#
|
|
################################################################################
|
|
|
|
LUA_BASEXX_VERSION = 0.4.0-1
|
|
LUA_BASEXX_NAME_UPSTREAM = basexx
|
|
LUA_BASEXX_LICENSE = MIT
|
|
LUA_BASEXX_LICENSE_FILES = $(LUA_BASEXX_SUBDIR)/LICENSE
|
|
|
|
$(eval $(luarocks-package))
|