aboutsummaryrefslogtreecommitdiff
path: root/extra/sqlite
diff options
context:
space:
mode:
Diffstat (limited to 'extra/sqlite')
-rwxr-xr-xextra/sqlite/build13
-rw-r--r--extra/sqlite/checksums4
-rw-r--r--extra/sqlite/meta3
-rw-r--r--extra/sqlite/sources3
-rw-r--r--extra/sqlite/version2
5 files changed, 20 insertions, 5 deletions
diff --git a/extra/sqlite/build b/extra/sqlite/build
index 6ac4e05a..b0990be0 100755
--- a/extra/sqlite/build
+++ b/extra/sqlite/build
@@ -2,14 +2,23 @@
export CPPFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1"
-sed 's/ -ltinfo//g' configure > _
-cat _ > configure; rm -f _
+clsed 's/ -ltinfo//g' configure
./configure \
--prefix=/usr \
--enable-threadsafe \
+ --disable-readline \
--enable-dynamic-extensions \
--enable-fts5
make
make DESTDIR="$1" install
+
+# Build sqlite manual pages
+cd mdoc
+
+./configure
+make
+
+mkdir -p "$1/usr/share/man/man3"
+./sqlite2mdoc -p "$1/usr/share/man/man3" "$1/usr/include/sqlite3.h"
diff --git a/extra/sqlite/checksums b/extra/sqlite/checksums
index 600d593f..376c46dd 100644
--- a/extra/sqlite/checksums
+++ b/extra/sqlite/checksums
@@ -1 +1,3 @@
-bd90c3eb96bee996206b83be7065c9ce19aef38c3f4fb53073ada0d0b69bbce3 sqlite-autoconf-3360000.tar.gz
+%BLAKE3
+4ff304fc46b1872f51005ec4483a3dc2ed5feecd137cbebf337361dd1231580b sqlite-autoconf-3430100.tar.gz
+6ce5a15004b4eae28797504784ae6934fd0e8d6424748069671290dbb9212dc1 VERSION_0_1_10.tar.gz
diff --git a/extra/sqlite/meta b/extra/sqlite/meta
new file mode 100644
index 00000000..347c04b5
--- /dev/null
+++ b/extra/sqlite/meta
@@ -0,0 +1,3 @@
+description: Embedded SQL library
+license: Public Domain
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/extra/sqlite/sources b/extra/sqlite/sources
index 84fc70ab..4bfebeeb 100644
--- a/extra/sqlite/sources
+++ b/extra/sqlite/sources
@@ -1 +1,2 @@
-https://sqlite.org/2021/sqlite-autoconf-3360000.tar.gz
+https://sqlite.org/2023/sqlite-autoconf-3430100.tar.gz
+https://github.com/kristapsdz/sqlite2mdoc/archive/refs/tags/VERSION_0_1_10.tar.gz mdoc
diff --git a/extra/sqlite/version b/extra/sqlite/version
index 21a73e11..817f19ef 100644
--- a/extra/sqlite/version
+++ b/extra/sqlite/version
@@ -1 +1 @@
-3.36.0 1
+3.43.1 1