sqlite3: update to 3.6.23

This commit is contained in:
Juergen Daubert 2010-03-11 17:38:29 +01:00
parent be50881273
commit dd4e2f0d4a
2 changed files with 3 additions and 7 deletions

View File

@ -1 +1 @@
b683b3903e79ab8a6d928dc9d4a56937 sqlite-amalgamation-3.6.22.tar.gz
8f1e86b3909a27f8122b0981afd16fcd sqlite-amalgamation-3.6.23.tar.gz

View File

@ -4,18 +4,14 @@
# Depends on: ncurses, readline
name=sqlite3
version=3.6.22
version=3.6.23
release=1
source=(http://www.sqlite.org/sqlite-amalgamation-$version.tar.gz)
build () {
cd sqlite-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--enable-threadsafe
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}