buildroot/package/wsapi-xavante/wsapi-xavante.mk
Thomas Petazzoni 42fa5bcbfb package/lua*: fix indentation of license file lists
The Luarocks addon does not properly indent with a tab, let's fix that
manually for the time being, to avoid check-package complaints.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-12-31 17:59:52 +01:00

15 lines
421 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))