buildroot/package/wsapi-fcgi/wsapi-fcgi.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

16 lines
434 B
Makefile

################################################################################
#
# wsapi-fcgi
#
################################################################################
WSAPI_FCGI_VERSION = 1.7-1
WSAPI_FCGI_SUBDIR = wsapi
WSAPI_FCGI_LICENSE = MIT
WSAPI_FCGI_LICENSE_FILES = \
$(WSAPI_FCGI_SUBDIR)/doc/us/license.html \
$(WSAPI_FCGI_SUBDIR)/doc/us/license.md
WSAPI_FCGI_DEPENDENCIES = libfcgi
$(eval $(luarocks-package))