wok-current diff sqlite/receipt @ rev 12495

Add lingio to dbus-python and glib-dev deps
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 24 15:46:04 2012 +0200 (2012-04-24)
parents 9a371836dca5
children b6cb56c17b0b
line diff
     1.1 --- a/sqlite/receipt	Sat Dec 10 05:11:58 2011 +0100
     1.2 +++ b/sqlite/receipt	Tue Apr 24 15:46:04 2012 +0200
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sqlite"
     1.7 -_amalgamationver=3070900
     1.8 -_amalgamationver2=${_amalgamationver/00/}
     1.9 -VERSION="${_amalgamationver2//0/.}"
    1.10 +_realver=3071100
    1.11 +VERSION="${_realver:0:1}.${_realver:2:1}.${_realver:3:2}"
    1.12 +#VERSION="${_realver:0:1}.${_realver:2:1}.${_realver:4:1}"
    1.13  CATEGORY="office"
    1.14  SHORT_DESC="Small SQL database engine."
    1.15  MAINTAINER="pankso@slitaz.org"
    1.16 -TARBALL="$PACKAGE-src-${_amalgamationver}.zip"
    1.17 +TARBALL="$PACKAGE-src-${_realver}.zip"
    1.18  DEPENDS="libsqlite"
    1.19  BUILD_DEPENDS="tcl"
    1.20  WEB_SITE="http://www.sqlite.org/"