From 239ced844ea434e623686094af3de168f90e4391 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Thu, 13 Jun 2024 00:25:03 +0800 Subject: repos updated --- repos/extra/sqlite/abuild | 19 +++++++++++++++++++ repos/extra/sqlite/build | 12 ------------ repos/extra/sqlite/info | 4 ---- 3 files changed, 19 insertions(+), 16 deletions(-) create mode 100644 repos/extra/sqlite/abuild delete mode 100644 repos/extra/sqlite/build delete mode 100644 repos/extra/sqlite/info (limited to 'repos/extra/sqlite') diff --git a/repos/extra/sqlite/abuild b/repos/extra/sqlite/abuild new file mode 100644 index 00000000..ca866328 --- /dev/null +++ b/repos/extra/sqlite/abuild @@ -0,0 +1,19 @@ +name=sqlite +version=3420000 +release=1 +source="https://sqlite.org/2023/$name-autoconf-$version.tar.gz" + +build() { + ./configure \ + --prefix=/usr \ + --disable-static \ + --enable-fts4 \ + --enable-fts5 \ + CPPFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1 \ + -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 \ + -DSQLITE_ENABLE_DBSTAT_VTAB=1 \ + -DSQLITE_SECURE_DELETE=1 \ + -DSQLITE_ENABLE_FTS3_TOKENIZER=1" + make + make install +} diff --git a/repos/extra/sqlite/build b/repos/extra/sqlite/build deleted file mode 100644 index 378c81fb..00000000 --- a/repos/extra/sqlite/build +++ /dev/null @@ -1,12 +0,0 @@ -./configure \ - --prefix=/usr \ - --disable-static \ - --enable-fts4 \ - --enable-fts5 \ - CPPFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1 \ - -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 \ - -DSQLITE_ENABLE_DBSTAT_VTAB=1 \ - -DSQLITE_SECURE_DELETE=1 \ - -DSQLITE_ENABLE_FTS3_TOKENIZER=1" -make -make install diff --git a/repos/extra/sqlite/info b/repos/extra/sqlite/info deleted file mode 100644 index 63a96c89..00000000 --- a/repos/extra/sqlite/info +++ /dev/null @@ -1,4 +0,0 @@ -name=sqlite -version=3420000 -release=1 -source="https://sqlite.org/2023/$name-autoconf-$version.tar.gz" -- cgit v1.2.3