wok diff pixman/receipt @ rev 14671

edbus: Up to 1.7.7
author Dominique Corbex <domcox@slitaz.org>
date Thu Jun 06 22:08:28 2013 +0200 (2013-06-06)
parents 7ae8c5d88295
children 10e6c72b2c15
line diff
     1.1 --- a/pixman/receipt	Sat Jun 02 13:45:01 2012 +0200
     1.2 +++ b/pixman/receipt	Thu Jun 06 22:08:28 2013 +0200
     1.3 @@ -1,24 +1,28 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pixman"
     1.7 -VERSION="0.26.0"
     1.8 +VERSION="0.28.2"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="Pixman library."
    1.11 +SHORT_DESC="Pixman library"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13 -BUILD_DEPENDS="perl"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16  WEB_SITE="http://www.cairographics.org/"
    1.17 -WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    1.18 +#WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    1.19 +WGET_URL="${WEB_SITE}releases/$TARBALL"
    1.20  HOST_ARCH="i486 arm"
    1.21  
    1.22 +DEPENDS="glibc-base"
    1.23 +BUILD_DEPENDS="libpng-dev"
    1.24 +
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	cd $src
    1.29  	./configure \
    1.30  		--enable-gtk=no \
    1.31 +		--enable-libpng \
    1.32  		$CONFIGURE_ARGS &&
    1.33 -	make && make install
    1.34 +	make &&
    1.35 +	make install
    1.36  }
    1.37  
    1.38  # Rules to gen a SliTaz package suitable for Tazpkg.