wok diff cairo/receipt @ rev 2543
Remove bad receipt
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Mar 22 23:58:22 2009 +0100 (2009-03-22) |
parents | ccbbfa2e41c7 |
children | 637e958c066c |
line diff
1.1 --- a/cairo/receipt Wed Jan 14 21:36:12 2009 +0100 1.2 +++ b/cairo/receipt Sun Mar 22 23:58:22 2009 +0100 1.3 @@ -5,7 +5,8 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="2D graphics library." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="glib pixman libpng zlib" 1.8 +DEPENDS="glib pixman libpng zlib expat fontconfig freetype xorg-libX11 \ 1.9 +xorg-libXau xorg-libXdmcp xorg-libXrender" 1.10 BUILD_DEPENDS="pkg-config pixman-dev libpng-dev zlib-dev fontconfig-dev" 1.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 WEB_SITE="http://www.cairographics.org/" 1.13 @@ -19,8 +20,8 @@ 1.14 --prefix=/usr \ 1.15 --mandir=/usr/share/man \ 1.16 --with-html-dir=/usr/share/doc \ 1.17 - $CONFIGURE_ARGS 1.18 - make 1.19 + $CONFIGURE_ARGS && 1.20 + make && 1.21 make DESTDIR=$PWD/_pkg install 1.22 } 1.23