mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
Signed-off-by: Francois Perrad <francois.perrad.86@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
13 lines
320 B
Makefile
13 lines
320 B
Makefile
################################################################################
|
|
#
|
|
# lsqlite3
|
|
#
|
|
################################################################################
|
|
|
|
LSQLITE3_VERSION = 0.9.7-1
|
|
LSQLITE3_SUBDIR = lsqlite3_v097
|
|
LSQLITE3_LICENSE = MIT
|
|
LSQLITE3_DEPENDENCIES = sqlite
|
|
|
|
$(eval $(luarocks-package))
|