wok diff cairo/receipt @ rev 2013

Up: gpicview (0.1.11)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 08 21:12:02 2009 +0100 (2009-01-08)
parents 52dc4b48ed81
children 09fe839f7f1e
line diff
     1.1 --- a/cairo/receipt	Mon Oct 06 19:20:18 2008 +0000
     1.2 +++ b/cairo/receipt	Thu Jan 08 21:12:02 2009 +0100
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cairo"
     1.7 -VERSION="1.6.4"
     1.8 +VERSION="1.8.4"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="2D graphics library."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 -DEPENDS="glib pixman"
    1.13 -BUILD_DEPENDS="pixman-dev"
    1.14 +DEPENDS="glib pixman libpng zlib"
    1.15 +BUILD_DEPENDS="pkg-config pixman-dev libpng-dev zlib-dev fontconfig-dev"
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WEB_SITE="http://www.cairographics.org/"
    1.18  WGET_URL="http://cairographics.org/releases/$TARBALL"
    1.19 @@ -14,14 +14,14 @@
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -    cd $src
    1.24 -    ./configure \
    1.25 -    	--prefix=/usr \
    1.26 -    	--mandir=/usr/share/man \
    1.27 -    	--with-html-dir=/usr/share/doc \
    1.28 -    	$CONFIGURE_ARGS
    1.29 -    make
    1.30 -    make DESTDIR=$PWD/_pkg install
    1.31 +	cd $src
    1.32 +	./configure \
    1.33 +		--prefix=/usr \
    1.34 + 		--mandir=/usr/share/man \
    1.35 +		--with-html-dir=/usr/share/doc \
    1.36 + 		$CONFIGURE_ARGS
    1.37 +	make
    1.38 +	make DESTDIR=$PWD/_pkg install
    1.39  }
    1.40  
    1.41  # Rules to gen a SliTaz package suitable for Tazpkg.