# HG changeset patch # User Christopher Rogers # Date 1292077391 0 # Node ID a7c1367aeeaf265e34aeb13cbde3220091dcf400 # Parent 3b92799d0648220539b4de6397f81d682a11c993 Up: sqlite to 3.7.4. diff -r 3b92799d0648 -r a7c1367aeeaf lemon/receipt --- a/lemon/receipt Sun Dec 12 00:06:16 2010 +0000 +++ b/lemon/receipt Sat Dec 11 14:23:11 2010 +0000 @@ -1,7 +1,9 @@ # SliTaz package receipt. PACKAGE="lemon" -VERSION="3.7.3" +_amalgamationver=3070400 +_amalgamationver2=${_amalgamationver/00/} +VERSION="${_amalgamationver2//0/.}" CATEGORY="system-tools" SHORT_DESC="The LEMON Parser Generator (from the SQLite project)." MAINTAINER="pankso@slitaz.org" @@ -11,6 +13,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { + src=$WOK/$WANTED/$WANTED-src-${_amalgamationver} mkdir -p $fs/usr/bin $fs/usr/share/lemon cp -a $src/lemon $fs/usr/bin cp -a $src/lempar.c $fs/usr/share/lemon diff -r 3b92799d0648 -r a7c1367aeeaf sqlite-dev/receipt --- a/sqlite-dev/receipt Sun Dec 12 00:06:16 2010 +0000 +++ b/sqlite-dev/receipt Sat Dec 11 14:23:11 2010 +0000 @@ -1,7 +1,9 @@ # SliTaz package receipt. PACKAGE="sqlite-dev" -VERSION="3.7.3" +_amalgamationver=3070400 +_amalgamationver2=${_amalgamationver/00/} +VERSION="${_amalgamationver2//0/.}" CATEGORY="development" SHORT_DESC="Small SQL database engine devel files." MAINTAINER="pankso@slitaz.org" @@ -11,6 +13,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { + _pkg=$WOK/$WANTED/$WANTED-src-${_amalgamationver}/_pkg mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.*a $fs/usr/lib cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib diff -r 3b92799d0648 -r a7c1367aeeaf sqlite/receipt --- a/sqlite/receipt Sun Dec 12 00:06:16 2010 +0000 +++ b/sqlite/receipt Sat Dec 11 14:23:11 2010 +0000 @@ -1,11 +1,13 @@ # SliTaz package receipt. PACKAGE="sqlite" -VERSION="3.7.3" +_amalgamationver=3070400 +_amalgamationver2=${_amalgamationver/00/} +VERSION="${_amalgamationver2//0/.}" CATEGORY="office" SHORT_DESC="Small SQL database engine." MAINTAINER="pankso@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tar.gz" +TARBALL="$PACKAGE-src-${_amalgamationver}.zip" BUILD_DEPENDS="tcl" WEB_SITE="http://www.sqlite.org/" WGET_URL="http://www.sqlite.org/$TARBALL" @@ -13,6 +15,7 @@ # Rules to configure and make the package. compile_rules() { + src=$WOK/$PACKAGE/$PACKAGE-src-${_amalgamationver} cd $src ./configure \ --prefix=/usr \ @@ -39,6 +42,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { + _pkg=$WOK/$PACKAGE/$PACKAGE-src-${_amalgamationver}/_pkg mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib cp -a $_pkg/usr/bin $fs/usr