wok-next diff sqlite-dev/receipt @ rev 12856

Up: slitaz-base-files (5.2.2) libtaz.sh, libpkg.sh and i18n improved
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 24 12:55:50 2012 +0200 (2012-05-24)
parents 017ae4c07215
children b6cb56c17b0b
line diff
     1.1 --- a/sqlite-dev/receipt	Wed Nov 02 06:45:16 2011 +0000
     1.2 +++ b/sqlite-dev/receipt	Thu May 24 12:55:50 2012 +0200
     1.3 @@ -1,9 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sqlite-dev"
     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="development"
    1.14  SHORT_DESC="Small SQL database engine devel files."
    1.15  MAINTAINER="pankso@slitaz.org"