Commit Graph

3 Commits

Author SHA1 Message Date
Konstantin Podsvirov
4c0ad8af38 sqlite3: Update to 3.36.0 2021-07-05 22:55:24 +03:00
Jeremy Drake
bcd1cd4b1b sqlite3: remove unknown linker option --no-undefined 2021-04-11 21:50:13 -07:00
Jannick
dcab627324 sqlite3: add sqlite extensions to package
sqlite extensions are shared libraries loadable at run-time enhancing
sqlite's SQl code.

The source code of each of the sqlite extensions is located in directory
'ext/misc' of the source code package.  A hand-written Makefile, adjusted
using a project's autoconf tool (config.status), is generated in the
extensions build folder.

The extensions (together with each of the source c-files containing the
extension documentation in the file header) are installed in the directory
'${prefix}/share/sqlite/extensions'.

* PKGBUILD:
  - increase pkgrel
  - add build and install routines for sqlite extensions.
* Makefile.ext.in: add file.
* README.md.in: add file.
2020-08-05 21:30:07 +02:00