sqlite3: update to 3.7.4

This commit is contained in:
Juergen Daubert 2010-12-09 13:44:22 +01:00
parent 47d24cd04b
commit 889c0f2292
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
74fe78b264f1c434c4b159d45b78e9b7 sqlite-amalgamation-3.7.3.tar.gz
8f0c690bfb33c3cbbc2471c3d9ba0158 sqlite-autoconf-3070400.tar.gz

View File

@ -4,13 +4,13 @@
# Depends on: ncurses, readline
name=sqlite3
version=3.7.3
version=3.7.4
release=1
source=(http://www.sqlite.org/sqlite-amalgamation-$version.tar.gz)
source=(http://www.sqlite.org/sqlite-autoconf-${version//./0}00.tar.gz)
build () {
cd sqlite-$version
cd sqlite-autoconf-${version//./0}00
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install