aboutsummaryrefslogtreecommitdiff
path: root/lang/lua-lsqlite3/Makefile
Commit message (Collapse)AuthorAge
* lua-lsqlite3: add build VARIANT for Lua5.3Jianhui Zhao2023-08-25
| | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* lua-lsqlite3: update to 0.9.5Karl Palsson2018-08-14
| | | | | | | | | | | | | | | | | | Changes in the package * ability to pass flags to the open() calls * multithreading helpers Full log at http://lua.sqlite.org/index.cgi/artifact/cc0df52dfc332ae0 Changes in packaging * actually use PKG_BUILD_DIR * Work with current upstream sources. (current release only builds because it's archived on openwrt servers) * don't link against liblua, this is an anti-pattern * properly specify the LSQLITE version instead of overriding the SQLITE version. Signed-off-by: Karl Palsson <karlp@etactica.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* lua-lsqlite3: new packageOskari Rauta2016-07-10
Maintainer: Oskari Rauta / @oskarirauta Compile tested: x86, APU-4D, Chaos Calmer Run tested: ar71xx, WNDR3800, Chaos Calmer and x86, APU-4D, Chaos Calmer - tests done. Performs as should. Description: LuaSQLite3 is a thin wrapper around the public domain SQLite3 database engine. This commit adds another sqlite3 module for Lua. This is very popular and in my opinion, suites even better for some projects requiring sqlite3 in Lua than already luasql, even though luasql is more versatile since it supports other databases as well. It wouldn't hurt to include this in the repository. This can also be installed with luarocks, but I prefer a openwrt package. Signed-off-by: Oskari Rauta oskari.rauta@gmail.com