wok diff pycairo/receipt @ rev 2253

Add squirrelmail-ldapuser
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 15 22:50:52 2009 +0000 (2009-02-15)
parents 970a1182e8d1
children 93b397dc8274
line diff
     1.1 --- a/pycairo/receipt	Sat Aug 02 14:05:35 2008 +0200
     1.2 +++ b/pycairo/receipt	Sun Feb 15 22:50:52 2009 +0000
     1.3 @@ -5,7 +5,8 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Python bindings for the cairo graphics library."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS=""
     1.8 +DEPENDS="cairo"
     1.9 +BUILD_DEPENDS="pkg-config cairo cairo-dev xorg-xproto"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.cairographics.org/pycairo/"
    1.12  WGET_URL="http://www.cairographics.org/releases/$TARBALL"
    1.13 @@ -15,8 +16,8 @@
    1.14  {
    1.15  	cd $src
    1.16  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.17 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.18 -	make
    1.19 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.20 +	make &&
    1.21  	make DESTDIR=$PWD/_pkg install
    1.22  }
    1.23