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
427 B
Makefile
15 lines
427 B
Makefile
################################################################################
|
|
#
|
|
# wsapi-xavante
|
|
#
|
|
################################################################################
|
|
|
|
WSAPI_XAVANTE_VERSION = 1.7-1
|
|
WSAPI_XAVANTE_SUBDIR = wsapi
|
|
WSAPI_XAVANTE_LICENSE = MIT
|
|
WSAPI_XAVANTE_LICENSE_FILES = \
|
|
$(WSAPI_XAVANTE_SUBDIR)/doc/us/license.html \
|
|
$(WSAPI_XAVANTE_SUBDIR)/doc/us/license.md
|
|
|
|
$(eval $(luarocks-package))
|