kumquat-buildroot/package/luadbi-sqlite3/luadbi-sqlite3.mk
Francois Perrad 95176657e5 package/lua*: regeneration of *.mk files
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>
2018-12-31 17:43:17 +01:00

14 lines
405 B
Makefile

################################################################################
#
# luadbi-sqlite3
#
################################################################################
LUADBI_SQLITE3_VERSION = 0.6-2
LUADBI_SQLITE3_SUBDIR = luadbi
LUADBI_SQLITE3_LICENSE = MIT
LUADBI_SQLITE3_LICENSE_FILES = $(LUADBI_SQLITE3_SUBDIR)/COPYING
LUADBI_SQLITE3_DEPENDENCIES = sqlite
$(eval $(luarocks-package))