From 85093065dd6c086d63381155bf8d21289226a0ac Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 11 Feb 2012 16:24:04 +0100 Subject: sqlite3, correction Pkgfile --- sqlite3/.footprint.i686 | 6 +++--- sqlite3/.footprint.x86_64 | 6 +++--- sqlite3/.md5sum.i686 | 5 ++--- sqlite3/.md5sum.x86_64 | 5 ++--- sqlite3/Pkgfile | 22 +++++++--------------- 5 files changed, 17 insertions(+), 27 deletions(-) (limited to 'sqlite3') diff --git a/sqlite3/.footprint.i686 b/sqlite3/.footprint.i686 index 869536140..1674fdf93 100644 --- a/sqlite3/.footprint.i686 +++ b/sqlite3/.footprint.i686 @@ -12,9 +12,9 @@ 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/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/lib/sqlite3.7.10/ +-rwxr-xr-x root/root usr/lib/sqlite3.7.10/libsqlite3.7.10.so +-rw-r--r-- root/root usr/lib/sqlite3.7.10/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/ diff --git a/sqlite3/.footprint.x86_64 b/sqlite3/.footprint.x86_64 index 869536140..1674fdf93 100644 --- a/sqlite3/.footprint.x86_64 +++ b/sqlite3/.footprint.x86_64 @@ -12,9 +12,9 @@ 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/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/lib/sqlite3.7.10/ +-rwxr-xr-x root/root usr/lib/sqlite3.7.10/libsqlite3.7.10.so +-rw-r--r-- root/root usr/lib/sqlite3.7.10/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/ diff --git a/sqlite3/.md5sum.i686 b/sqlite3/.md5sum.i686 index 43ce840f4..e724c1c27 100644 --- a/sqlite3/.md5sum.i686 +++ b/sqlite3/.md5sum.i686 @@ -1,3 +1,2 @@ -a9604a82613ade2e7f4c303f233e477f sqlite-autoconf-3070500.tar.gz -74f9b304143a76e3da8c0063888770ee sqlite-doc-3070500.zip -3413e8cfb7990e39260bf45dca017bf0 sqlite-tea-3070500.tar.gz +9ed2ca93577b58cfa0d01f64b9312ab9 sqlite-autoconf-3071000.tar.gz +d4c8070ea2cec54b77002c265e680b0f sqlite-doc-3071000.zip diff --git a/sqlite3/.md5sum.x86_64 b/sqlite3/.md5sum.x86_64 index 43ce840f4..e724c1c27 100644 --- a/sqlite3/.md5sum.x86_64 +++ b/sqlite3/.md5sum.x86_64 @@ -1,3 +1,2 @@ -a9604a82613ade2e7f4c303f233e477f sqlite-autoconf-3070500.tar.gz -74f9b304143a76e3da8c0063888770ee sqlite-doc-3070500.zip -3413e8cfb7990e39260bf45dca017bf0 sqlite-tea-3070500.tar.gz +9ed2ca93577b58cfa0d01f64b9312ab9 sqlite-autoconf-3071000.tar.gz +d4c8070ea2cec54b77002c265e680b0f sqlite-doc-3071000.zip diff --git a/sqlite3/Pkgfile b/sqlite3/Pkgfile index 1cbd05e58..4df3e1b86 100644 --- a/sqlite3/Pkgfile +++ b/sqlite3/Pkgfile @@ -6,15 +6,13 @@ name=sqlite3 version=3.7.10 -release=1 +release=2 -_amalgamationver=3070500 +_amalgamationver=3071000 _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() { @@ -27,18 +25,12 @@ build() { --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 + cd $SRC/sqlite-autoconf-$_amalgamationver/tea + ./configure --prefix=/usr \ + --with-system-sqlite + make + make DESTDIR=$PKG install } -- cgit v1.2.3-54-g00ecf