sqlite: new package at 3.30.0

This commit is contained in:
Dylan Araps 2019-10-05 21:54:17 +03:00
parent 8d0848e897
commit 66ddc737c9
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
5 changed files with 16 additions and 0 deletions

12
extra/sqlite/build Executable file
View File

@ -0,0 +1,12 @@
#!/bin/sh -e
sed -i'' -e 's/ -ltinfo//g' configure
./configure \
--prefix=/usr \
--enable-threadsafe \
--enable-dynamic-extensions \
--enable-fts5
make -j 1
make DESTDIR="$1" install

1
extra/sqlite/checksums Normal file
View File

@ -0,0 +1 @@
e0a8cf4c7a87455e55e10413d16f358ca121ccec687fe1301eac95e2d340fc58 sqlite-autoconf-3300000.tar.gz

1
extra/sqlite/depends Normal file
View File

@ -0,0 +1 @@
zlib

1
extra/sqlite/sources Normal file
View File

@ -0,0 +1 @@
https://sqlite.org/2019/sqlite-autoconf-3300000.tar.gz

1
extra/sqlite/version Normal file
View File

@ -0,0 +1 @@
3.30.0 1