# HG changeset patch # User Christopher Rogers # Date 1320216316 0 # Node ID 017ae4c07215ea2225f5de0bfd4ffd3e4537e5e2 # Parent 8c058fcbe24b56d952e4ce26ba191213b27ebaba Up: sqlite to 3.7.9. diff -r 8c058fcbe24b -r 017ae4c07215 lemon/receipt --- a/lemon/receipt Wed Nov 02 06:41:00 2011 +0000 +++ b/lemon/receipt Wed Nov 02 06:45:16 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lemon" -_amalgamationver=3070603 +_amalgamationver=3070900 _amalgamationver2=${_amalgamationver/00/} VERSION="${_amalgamationver2//0/.}" CATEGORY="system-tools" @@ -14,6 +14,6 @@ genpkg_rules() { mkdir -p $fs/usr/bin $fs/usr/share/lemon - cp -a $_pkg/usr/bin/lemon $fs/usr/bin - cp -a $_pkg/usr/share/lemon/lempar.c $fs/usr/share/lemon + cp -a $install/usr/bin/lemon $fs/usr/bin + cp -a $install/usr/share/lemon/lempar.c $fs/usr/share/lemon } diff -r 8c058fcbe24b -r 017ae4c07215 libsqlite/receipt --- a/libsqlite/receipt Wed Nov 02 06:41:00 2011 +0000 +++ b/libsqlite/receipt Wed Nov 02 06:45:16 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libsqlite" -_amalgamationver=3070603 +_amalgamationver=3070900 _amalgamationver2=${_amalgamationver/00/} VERSION="${_amalgamationver2//0/.}" CATEGORY="office" @@ -14,5 +14,5 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 8c058fcbe24b -r 017ae4c07215 sqlite-dev/receipt --- a/sqlite-dev/receipt Wed Nov 02 06:41:00 2011 +0000 +++ b/sqlite-dev/receipt Wed Nov 02 06:45:16 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="sqlite-dev" -_amalgamationver=3070603 +_amalgamationver=3070900 _amalgamationver2=${_amalgamationver/00/} VERSION="${_amalgamationver2//0/.}" CATEGORY="development" @@ -15,7 +15,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 8c058fcbe24b -r 017ae4c07215 sqlite/receipt --- a/sqlite/receipt Wed Nov 02 06:41:00 2011 +0000 +++ b/sqlite/receipt Wed Nov 02 06:45:16 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="sqlite" -_amalgamationver=3070603 +_amalgamationver=3070900 _amalgamationver2=${_amalgamationver/00/} VERSION="${_amalgamationver2//0/.}" CATEGORY="office" @@ -17,7 +17,7 @@ compile_rules() { cd $src - + export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE" ./configure \ --prefix=/usr \ --disable-tcl \ @@ -47,6 +47,6 @@ { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr [ -f $fs/usr/bin/lemon ] && rm -f $fs/usr/bin/lemon }