wok rev 7312

Up: pixman to 0.20.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Nov 17 14:56:32 2010 +0000 (2010-11-17)
parents 60a842e740cf
children 85237046479c
files pixman-dev/receipt pixman/receipt
line diff
     1.1 --- a/pixman-dev/receipt	Wed Nov 17 14:50:33 2010 +0000
     1.2 +++ b/pixman-dev/receipt	Wed Nov 17 14:56:32 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pixman-dev"
     1.7 -VERSION="0.18.4"
     1.8 +VERSION="0.20.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Pixman library devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
     2.1 --- a/pixman/receipt	Wed Nov 17 14:50:33 2010 +0000
     2.2 +++ b/pixman/receipt	Wed Nov 17 14:56:32 2010 +0000
     2.3 @@ -1,14 +1,14 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="pixman"
     2.7 -VERSION="0.18.4"
     2.8 +VERSION="0.20.0"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="Pixman library."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12  BUILD_DEPENDS="perl"
    2.13 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.15  WEB_SITE="http://www.cairographics.org/"
    2.16 -WGET_URL="http://cairographics.org/releases/$TARBALL"
    2.17 +WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    2.18  
    2.19  # Rules to configure and make the package.
    2.20  compile_rules()