# HG changeset patch # User Christopher Rogers # Date 1305905088 0 # Node ID 7b63a08dff3f49634e5b0db9c4abe4c9d2a81f77 # Parent b764c5b7e0b72eed5fe8a49eb36a9c521b446739 Up: sqlite to 3.7.6.3. diff -r b764c5b7e0b7 -r 7b63a08dff3f lemon/receipt --- a/lemon/receipt Fri May 20 15:21:05 2011 +0000 +++ b/lemon/receipt Fri May 20 15:24:48 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lemon" -_amalgamationver=3070600 +_amalgamationver=3070603 _amalgamationver2=${_amalgamationver/00/} VERSION="${_amalgamationver2//0/.}" CATEGORY="system-tools" diff -r b764c5b7e0b7 -r 7b63a08dff3f libsqlite/receipt --- a/libsqlite/receipt Fri May 20 15:21:05 2011 +0000 +++ b/libsqlite/receipt Fri May 20 15:24:48 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libsqlite" -_amalgamationver=3070600 +_amalgamationver=3070603 _amalgamationver2=${_amalgamationver/00/} VERSION="${_amalgamationver2//0/.}" CATEGORY="office" diff -r b764c5b7e0b7 -r 7b63a08dff3f sqlite-dev/receipt --- a/sqlite-dev/receipt Fri May 20 15:21:05 2011 +0000 +++ b/sqlite-dev/receipt Fri May 20 15:24:48 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="sqlite-dev" -_amalgamationver=3070600 +_amalgamationver=3070603 _amalgamationver2=${_amalgamationver/00/} VERSION="${_amalgamationver2//0/.}" CATEGORY="development" diff -r b764c5b7e0b7 -r 7b63a08dff3f sqlite/receipt --- a/sqlite/receipt Fri May 20 15:21:05 2011 +0000 +++ b/sqlite/receipt Fri May 20 15:24:48 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="sqlite" -_amalgamationver=3070600 +_amalgamationver=3070603 _amalgamationver2=${_amalgamationver/00/} VERSION="${_amalgamationver2//0/.}" CATEGORY="office" @@ -28,7 +28,7 @@ sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool && sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install # compile lemon here instead of in lemon if [ -f $src/lemon ]; then rm $src/lemon @@ -37,9 +37,9 @@ sed -i -e 's!lempar.c!/usr/share/lemon/lempar.c!' lemon.c echo -n "Compiling lemon..." gcc -o lemon lemon.c && status - mkdir -p $PWD/_pkg/usr/share/lemon - cp -a $src/lemon $PWD/_pkg/usr/bin - cp -a $src/lempar.c $PWD/_pkg/usr/share/lemon + mkdir -p $DESTDIR/usr/share/lemon + cp -a $src/lemon $DESTDIR/usr/bin + cp -a $src/lempar.c $DESTDIR/usr/share/lemon } # Rules to gen a SliTaz package suitable for Tazpkg.