wok diff libsqlite/receipt @ rev 12690

mesa: enable Xorg, udev, add file to bdeps and include radeon Xorg driver in mesa-dri-ati
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 02 15:03:20 2012 +0200 (2012-05-02)
parents 017ae4c07215
children b6cb56c17b0b
line diff
     1.1 --- a/libsqlite/receipt	Wed Nov 02 06:45:16 2011 +0000
     1.2 +++ b/libsqlite/receipt	Wed May 02 15:03:20 2012 +0200
     1.3 @@ -1,9 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libsqlite"
     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="erjo@slitaz.org"