summaryrefslogtreecommitdiffstats
path: root/sqlite3
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-02-11 15:50:42 +0100
committertnut <tnut at nutyx dot com>2012-02-11 15:50:42 +0100
commit89a4ad3f52186c4b00e065d7ff91293a289ea559 (patch)
tree825097c408cf96c36de3116a9b2363f6b031d29f /sqlite3
parentf3e8988f9e05d1f118d8f02760868c54d4c0bbc7 (diff)
downloadnutyx-pakxe-89a4ad3f52186c4b00e065d7ff91293a289ea559.tar.gz
nutyx-pakxe-89a4ad3f52186c4b00e065d7ff91293a289ea559.tar.bz2
nutyx-pakxe-89a4ad3f52186c4b00e065d7ff91293a289ea559.tar.xz
nutyx-pakxe-89a4ad3f52186c4b00e065d7ff91293a289ea559.zip
sqlite3, maj 3.7.10-1
Diffstat (limited to 'sqlite3')
-rw-r--r--sqlite3/Pkgfile15
1 files changed, 2 insertions, 13 deletions
diff --git a/sqlite3/Pkgfile b/sqlite3/Pkgfile
index 483cfc067..1cbd05e58 100644
--- a/sqlite3/Pkgfile
+++ b/sqlite3/Pkgfile
@@ -1,11 +1,11 @@
# Description: Librairie C qui implémente un moteur de base de données SQL
# URL: http://www.sqlite.org/
-# Maintainer: NuTyX core
+# Maintainer: Richard Hipp, Dan Kennedy
# Packager: thierryn1 at hispeed dot ch
# Depends on:
name=sqlite3
-version=3.7.5
+version=3.7.10
release=1
_amalgamationver=3070500
@@ -41,15 +41,4 @@ build() {
make
make DESTDIR=$PKG install
-# 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
}
-