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
322 B
Makefile
13 lines
322 B
Makefile
################################################################################
|
|
#
|
|
# lsqlite3
|
|
#
|
|
################################################################################
|
|
|
|
LSQLITE3_VERSION = 0.9.5-1
|
|
LSQLITE3_SUBDIR = lsqlite3_fsl09y
|
|
LSQLITE3_LICENSE = MIT
|
|
LSQLITE3_DEPENDENCIES = sqlite
|
|
|
|
$(eval $(luarocks-package))
|