wok-current rev 10108
Up: sqlite to 3.7.6.3.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 15:24:48 2011 +0000 (2011-05-20) |
parents | b764c5b7e0b7 |
children | 3037a95e97b5 |
files | lemon/receipt libsqlite/receipt sqlite-dev/receipt sqlite/receipt |
line diff
1.1 --- a/lemon/receipt Fri May 20 15:21:05 2011 +0000 1.2 +++ b/lemon/receipt Fri May 20 15:24:48 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lemon" 1.7 -_amalgamationver=3070600 1.8 +_amalgamationver=3070603 1.9 _amalgamationver2=${_amalgamationver/00/} 1.10 VERSION="${_amalgamationver2//0/.}" 1.11 CATEGORY="system-tools"
2.1 --- a/libsqlite/receipt Fri May 20 15:21:05 2011 +0000 2.2 +++ b/libsqlite/receipt Fri May 20 15:24:48 2011 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libsqlite" 2.7 -_amalgamationver=3070600 2.8 +_amalgamationver=3070603 2.9 _amalgamationver2=${_amalgamationver/00/} 2.10 VERSION="${_amalgamationver2//0/.}" 2.11 CATEGORY="office"
3.1 --- a/sqlite-dev/receipt Fri May 20 15:21:05 2011 +0000 3.2 +++ b/sqlite-dev/receipt Fri May 20 15:24:48 2011 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="sqlite-dev" 3.7 -_amalgamationver=3070600 3.8 +_amalgamationver=3070603 3.9 _amalgamationver2=${_amalgamationver/00/} 3.10 VERSION="${_amalgamationver2//0/.}" 3.11 CATEGORY="development"
4.1 --- a/sqlite/receipt Fri May 20 15:21:05 2011 +0000 4.2 +++ b/sqlite/receipt Fri May 20 15:24:48 2011 +0000 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="sqlite" 4.7 -_amalgamationver=3070600 4.8 +_amalgamationver=3070603 4.9 _amalgamationver2=${_amalgamationver/00/} 4.10 VERSION="${_amalgamationver2//0/.}" 4.11 CATEGORY="office" 4.12 @@ -28,7 +28,7 @@ 4.13 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool && 4.14 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool && 4.15 make && 4.16 - make DESTDIR=$PWD/_pkg install 4.17 + make DESTDIR=$DESTDIR install 4.18 # compile lemon here instead of in lemon 4.19 if [ -f $src/lemon ]; then 4.20 rm $src/lemon 4.21 @@ -37,9 +37,9 @@ 4.22 sed -i -e 's!lempar.c!/usr/share/lemon/lempar.c!' lemon.c 4.23 echo -n "Compiling lemon..." 4.24 gcc -o lemon lemon.c && status 4.25 - mkdir -p $PWD/_pkg/usr/share/lemon 4.26 - cp -a $src/lemon $PWD/_pkg/usr/bin 4.27 - cp -a $src/lempar.c $PWD/_pkg/usr/share/lemon 4.28 + mkdir -p $DESTDIR/usr/share/lemon 4.29 + cp -a $src/lemon $DESTDIR/usr/bin 4.30 + cp -a $src/lempar.c $DESTDIR/usr/share/lemon 4.31 } 4.32 4.33 # Rules to gen a SliTaz package suitable for Tazpkg.