Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bb1025d2e80e3c1bcbd2bf619c0a00bd70ec8ae9
commit bb1025d2e80e3c1bcbd2bf619c0a00bd70ec8ae9 Author: voroskoi <[EMAIL PROTECTED]> Date: Tue Nov 6 09:47:22 2007 +0100 sqlite3-3.5.2-1-i686 version bump with --enable-cross-thread-connections diff --git a/source/lib/sqlite3/FrugalBuild b/source/lib/sqlite3/FrugalBuild index c517317..ee32d0c 100644 --- a/source/lib/sqlite3/FrugalBuild +++ b/source/lib/sqlite3/FrugalBuild @@ -1,9 +1,9 @@ -# Compiling Time: 0.46 SBU +# Compiling Time: 0.30 SBU # Contributor: Zsolt Szalai <[EMAIL PROTECTED]> # Maintainer: voroskoi <[EMAIL PROTECTED]> pkgname=sqlite3 -pkgver=3.5.1 +pkgver=3.5.2 pkgrel=1 pkgdesc="A C library that implements an SQL database engine" url="http://www.sqlite.org/" @@ -14,19 +14,17 @@ archs=('i686' 'x86_64') _F_cd_path="sqlite-$pkgver" up2date="lynx -dump http://www.sqlite.org/download.html|grep -m1 'sqlite-3.\(.*\).tar.gz'|sed 's/.*-\(.*\).t.*/\1/'" source=(http://www.sqlite.org/sqlite-$pkgver.tar.gz) +sha1sums=('e347b7040c0da586468811f78c3bc4111f33fc19') build() { Fbuild \ --enable-threadsafe \ --enable-threads-override-locks \ - --enable-tempstore=yes - ## not sure about this but is a good thing too , need to RTFM ;) - ## --enable-cross-thread-connections ## - ## ehh why this files are not installed with make install ? bug ? + --enable-tempstore=yes \ + --enable-cross-thread-connections Fexerel /usr/bin/lemon Ffilerel /usr/share/man/man1/$pkgname.1 } -sha1sums=('47de0a04d43baddf8ccb450c6e2adee74325e117') # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
