From de2acb6799083931fae9ab1360d267cc289b298e Mon Sep 17 00:00:00 2001 From: sibel Date: Fri, 25 Mar 2011 13:28:32 +0100 Subject: sqlite3, maj 3.7.5-1 --- base/sqlite3/.footprint.i686 | 9 ++++--- base/sqlite3/.footprint.x86_64 | 9 ++++--- base/sqlite3/.md5sum.i686 | 4 ++- base/sqlite3/.md5sum.x86_64 | 4 ++- base/sqlite3/Pkgfile | 55 +++++++++++++++++++++++++++++++++--------- 5 files changed, 59 insertions(+), 22 deletions(-) (limited to 'base') diff --git a/base/sqlite3/.footprint.i686 b/base/sqlite3/.footprint.i686 index 4b26ac576..869536140 100644 --- a/base/sqlite3/.footprint.i686 +++ b/base/sqlite3/.footprint.i686 @@ -12,11 +12,12 @@ lrwxrwxrwx root/root usr/lib/libsqlite3.so.0 -> libsqlite3.so.0.8.6 -rwxr-xr-x root/root usr/lib/libsqlite3.so.0.8.6 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/sqlite3.pc -drwxr-xr-x root/root usr/lib/tcl8.5/ -drwxr-xr-x root/root usr/lib/tcl8.5/sqlite3/ --rwxr-xr-x root/root usr/lib/tcl8.5/sqlite3/libtclsqlite3.so --rw-r--r-- root/root usr/lib/tcl8.5/sqlite3/pkgIndex.tcl +drwxr-xr-x root/root usr/lib/sqlite3.7.5/ +-rwxr-xr-x root/root usr/lib/sqlite3.7.5/libsqlite3.7.5.so +-rw-r--r-- root/root usr/lib/sqlite3.7.5/pkgIndex.tcl drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/sqlite3.1.gz +drwxr-xr-x root/root usr/share/man/mann/ +-rw-r--r-- root/root usr/share/man/mann/sqlite3.n.gz diff --git a/base/sqlite3/.footprint.x86_64 b/base/sqlite3/.footprint.x86_64 index 4b26ac576..869536140 100644 --- a/base/sqlite3/.footprint.x86_64 +++ b/base/sqlite3/.footprint.x86_64 @@ -12,11 +12,12 @@ lrwxrwxrwx root/root usr/lib/libsqlite3.so.0 -> libsqlite3.so.0.8.6 -rwxr-xr-x root/root usr/lib/libsqlite3.so.0.8.6 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/sqlite3.pc -drwxr-xr-x root/root usr/lib/tcl8.5/ -drwxr-xr-x root/root usr/lib/tcl8.5/sqlite3/ --rwxr-xr-x root/root usr/lib/tcl8.5/sqlite3/libtclsqlite3.so --rw-r--r-- root/root usr/lib/tcl8.5/sqlite3/pkgIndex.tcl +drwxr-xr-x root/root usr/lib/sqlite3.7.5/ +-rwxr-xr-x root/root usr/lib/sqlite3.7.5/libsqlite3.7.5.so +-rw-r--r-- root/root usr/lib/sqlite3.7.5/pkgIndex.tcl drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/sqlite3.1.gz +drwxr-xr-x root/root usr/share/man/mann/ +-rw-r--r-- root/root usr/share/man/mann/sqlite3.n.gz diff --git a/base/sqlite3/.md5sum.i686 b/base/sqlite3/.md5sum.i686 index a3301bfe8..43ce840f4 100644 --- a/base/sqlite3/.md5sum.i686 +++ b/base/sqlite3/.md5sum.i686 @@ -1 +1,3 @@ -5437978aae90350cf984993091e0d695 sqlite-3.7.3.tar.gz +a9604a82613ade2e7f4c303f233e477f sqlite-autoconf-3070500.tar.gz +74f9b304143a76e3da8c0063888770ee sqlite-doc-3070500.zip +3413e8cfb7990e39260bf45dca017bf0 sqlite-tea-3070500.tar.gz diff --git a/base/sqlite3/.md5sum.x86_64 b/base/sqlite3/.md5sum.x86_64 index a3301bfe8..43ce840f4 100644 --- a/base/sqlite3/.md5sum.x86_64 +++ b/base/sqlite3/.md5sum.x86_64 @@ -1 +1,3 @@ -5437978aae90350cf984993091e0d695 sqlite-3.7.3.tar.gz +a9604a82613ade2e7f4c303f233e477f sqlite-autoconf-3070500.tar.gz +74f9b304143a76e3da8c0063888770ee sqlite-doc-3070500.zip +3413e8cfb7990e39260bf45dca017bf0 sqlite-tea-3070500.tar.gz diff --git a/base/sqlite3/Pkgfile b/base/sqlite3/Pkgfile index 6ada22e37..483cfc067 100644 --- a/base/sqlite3/Pkgfile +++ b/base/sqlite3/Pkgfile @@ -2,23 +2,54 @@ # URL: http://www.sqlite.org/ # Maintainer: NuTyX core # Packager: thierryn1 at hispeed dot ch -# Depends on: +# Depends on: name=sqlite3 -version=3.7.3 -release=2 -source=(http://www.sqlite.org/sqlite-$version.tar.gz) +version=3.7.5 +release=1 + +_amalgamationver=3070500 +_amalgamationver2=${_amalgamationver/00/} +pkgver=${_amalgamationver2//0/.} + +#source=(http://www.sqlite.org/sqlite-$version.tar.gz) +source=(http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz + http://www.sqlite.org/sqlite-tea-$_amalgamationver.tar.gz + http://www.sqlite.org/sqlite-doc-${_amalgamationver}.zip ) build() { - cd sqlite-$version - CFLAGS="-O2 -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_UNLOCK_NOTIFY=1" \ - ./configure --prefix=/usr \ + export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE" + + cd $SRC/sqlite-autoconf-$_amalgamationver + ./configure --prefix=/usr \ + --enable-static \ --enable-threadsafe \ - --enable-readline \ - --enable-dynamic-extensions - make + --enable-readline \ + --enable-dynamic-extensions + + make + make DESTDIR=$PKG install + + cd $SRC/sqlite-tea-$_amalgamationver + ./configure --prefix=/usr \ + --with-system-sqlite \ + --enable-static \ + --enable-threadsafe \ + --enable-readline \ + --enable-dynamic-extensions + + make make DESTDIR=$PKG install - install -d $PKG/usr/share/man/man1 - install -m 644 sqlite3.1 $PKG/usr/share/man/man1 + +# cd sqlite* +# CFLAGS="-O2 -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_UNLOCK_NOTIFY=1" \ +# ./configure --prefix=/usr \ +# --enable-threadsafe \ +# --enable-readline \ +# --enable-dynamic-extensions +# make +# make DESTDIR=$PKG install +# install -d $PKG/usr/share/man/man1 +# install -m 644 sqlite3.1 $PKG/usr/share/man/man1 } -- cgit v1.2.3-54-g00ecf