wok rev 12422

Up: sqlite to 3.7.11.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Apr 21 09:27:08 2012 +0000 (2012-04-21)
parents 8f5db627990e
children 6ad7fec1c8d0
files lemon/receipt libsqlite/receipt sqlite-dev/receipt sqlite/receipt
line diff
     1.1 --- a/lemon/receipt	Sat Apr 21 09:22:43 2012 +0000
     1.2 +++ b/lemon/receipt	Sat Apr 21 09:27:08 2012 +0000
     1.3 @@ -1,10 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lemon"
     1.7 -_amalgamationver=3070900
     1.8 -_amalgamationver2=${_amalgamationver/00/}
     1.9 -#VERSION="${_amalgamationver2//0/.}"
    1.10 -VERSION="3.7.9"
    1.11 +_realver=3071100
    1.12 +VERSION="${_realver:0:1}.${_realver:2:1}.${_realver:3:2}"
    1.13 +#VERSION="${_realver:0:1}.${_realver:2:1}.${_realver:4:1}"
    1.14  CATEGORY="system-tools"
    1.15  SHORT_DESC="The LEMON Parser Generator (from the SQLite project)."
    1.16  MAINTAINER="pankso@slitaz.org"
     2.1 --- a/libsqlite/receipt	Sat Apr 21 09:22:43 2012 +0000
     2.2 +++ b/libsqlite/receipt	Sat Apr 21 09:27:08 2012 +0000
     2.3 @@ -1,9 +1,9 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libsqlite"
     2.7 -_amalgamationver=3070900
     2.8 -_amalgamationver2=${_amalgamationver/00/}
     2.9 -VERSION="${_amalgamationver2//0/.}"
    2.10 +_realver=3071100
    2.11 +VERSION="${_realver:0:1}.${_realver:2:1}.${_realver:3:2}"
    2.12 +#VERSION="${_realver:0:1}.${_realver:2:1}.${_realver:4:1}"
    2.13  CATEGORY="office"
    2.14  SHORT_DESC="Small SQL database engine."
    2.15  MAINTAINER="erjo@slitaz.org"
     3.1 --- a/sqlite-dev/receipt	Sat Apr 21 09:22:43 2012 +0000
     3.2 +++ b/sqlite-dev/receipt	Sat Apr 21 09:27:08 2012 +0000
     3.3 @@ -1,9 +1,9 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="sqlite-dev"
     3.7 -_amalgamationver=3070900
     3.8 -_amalgamationver2=${_amalgamationver/00/}
     3.9 -VERSION="${_amalgamationver2//0/.}"
    3.10 +_realver=3071100
    3.11 +VERSION="${_realver:0:1}.${_realver:2:1}.${_realver:3:2}"
    3.12 +#VERSION="${_realver:0:1}.${_realver:2:1}.${_realver:4:1}"
    3.13  CATEGORY="development"
    3.14  SHORT_DESC="Small SQL database engine devel files."
    3.15  MAINTAINER="pankso@slitaz.org"
     4.1 --- a/sqlite/receipt	Sat Apr 21 09:22:43 2012 +0000
     4.2 +++ b/sqlite/receipt	Sat Apr 21 09:27:08 2012 +0000
     4.3 @@ -1,13 +1,13 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="sqlite"
     4.7 -_amalgamationver=3070900
     4.8 -_amalgamationver2=${_amalgamationver/00/}
     4.9 -VERSION="${_amalgamationver2//0/.}"
    4.10 +_realver=3071100
    4.11 +VERSION="${_realver:0:1}.${_realver:2:1}.${_realver:3:2}"
    4.12 +#VERSION="${_realver:0:1}.${_realver:2:1}.${_realver:4:1}"
    4.13  CATEGORY="office"
    4.14  SHORT_DESC="Small SQL database engine."
    4.15  MAINTAINER="pankso@slitaz.org"
    4.16 -TARBALL="$PACKAGE-src-${_amalgamationver}.zip"
    4.17 +TARBALL="$PACKAGE-src-${_realver}.zip"
    4.18  DEPENDS="libsqlite"
    4.19  BUILD_DEPENDS="tcl"
    4.20  WEB_SITE="http://www.sqlite.org/"