Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
config BR2_PACKAGE_LSQLITE3
bool "lsqlite3"
select BR2_PACKAGE_SQLITE
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
help
a thin Lua wrapper for the SQLite3 library.
http://lua.sqlite.org/

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 b49b5941af92a6e7834a45f76dba1f6ea8f817cda373655f59c9da78416d1dfc lsqlite3-0.9.3-0.src.rock

View File

@@ -0,0 +1,12 @@
################################################################################
#
# lsqlite3
#
################################################################################
LSQLITE3_VERSION = 0.9.3-0
LSQLITE3_SUBDIR = lsqlite3_fsl09w
LSQLITE3_DEPENDENCIES = sqlite
LSQLITE3_LICENSE = MIT
$(eval $(luarocks-package))