wok rev 11158
Up: sqlite to 3.7.9.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Nov 02 06:45:16 2011 +0000 (2011-11-02) |
parents | 8c058fcbe24b |
children | 34057f29b149 |
files | lemon/receipt libsqlite/receipt sqlite-dev/receipt sqlite/receipt |
line diff
1.1 --- a/lemon/receipt Wed Nov 02 06:41:00 2011 +0000 1.2 +++ b/lemon/receipt Wed Nov 02 06:45:16 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lemon" 1.7 -_amalgamationver=3070603 1.8 +_amalgamationver=3070900 1.9 _amalgamationver2=${_amalgamationver/00/} 1.10 VERSION="${_amalgamationver2//0/.}" 1.11 CATEGORY="system-tools" 1.12 @@ -14,6 +14,6 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/bin $fs/usr/share/lemon 1.16 - cp -a $_pkg/usr/bin/lemon $fs/usr/bin 1.17 - cp -a $_pkg/usr/share/lemon/lempar.c $fs/usr/share/lemon 1.18 + cp -a $install/usr/bin/lemon $fs/usr/bin 1.19 + cp -a $install/usr/share/lemon/lempar.c $fs/usr/share/lemon 1.20 }
2.1 --- a/libsqlite/receipt Wed Nov 02 06:41:00 2011 +0000 2.2 +++ b/libsqlite/receipt Wed Nov 02 06:45:16 2011 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libsqlite" 2.7 -_amalgamationver=3070603 2.8 +_amalgamationver=3070900 2.9 _amalgamationver2=${_amalgamationver/00/} 2.10 VERSION="${_amalgamationver2//0/.}" 2.11 CATEGORY="office" 2.12 @@ -14,5 +14,5 @@ 2.13 genpkg_rules() 2.14 { 2.15 mkdir -p $fs/usr/lib 2.16 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.17 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.18 }
3.1 --- a/sqlite-dev/receipt Wed Nov 02 06:41:00 2011 +0000 3.2 +++ b/sqlite-dev/receipt Wed Nov 02 06:45:16 2011 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="sqlite-dev" 3.7 -_amalgamationver=3070603 3.8 +_amalgamationver=3070900 3.9 _amalgamationver2=${_amalgamationver/00/} 3.10 VERSION="${_amalgamationver2//0/.}" 3.11 CATEGORY="development" 3.12 @@ -15,7 +15,7 @@ 3.13 genpkg_rules() 3.14 { 3.15 mkdir -p $fs/usr/lib 3.16 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 3.17 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 3.18 - cp -a $_pkg/usr/include $fs/usr 3.19 + cp -a $install/usr/lib/*.*a $fs/usr/lib 3.20 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 3.21 + cp -a $install/usr/include $fs/usr 3.22 }
4.1 --- a/sqlite/receipt Wed Nov 02 06:41:00 2011 +0000 4.2 +++ b/sqlite/receipt Wed Nov 02 06:45:16 2011 +0000 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="sqlite" 4.7 -_amalgamationver=3070603 4.8 +_amalgamationver=3070900 4.9 _amalgamationver2=${_amalgamationver/00/} 4.10 VERSION="${_amalgamationver2//0/.}" 4.11 CATEGORY="office" 4.12 @@ -17,7 +17,7 @@ 4.13 compile_rules() 4.14 { 4.15 cd $src 4.16 - 4.17 + export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE" 4.18 ./configure \ 4.19 --prefix=/usr \ 4.20 --disable-tcl \ 4.21 @@ -47,6 +47,6 @@ 4.22 { 4.23 mkdir -p $fs/usr 4.24 4.25 - cp -a $_pkg/usr/bin $fs/usr 4.26 + cp -a $install/usr/bin $fs/usr 4.27 [ -f $fs/usr/bin/lemon ] && rm -f $fs/usr/bin/lemon 4.28 }