wok-next diff pycairo/receipt @ rev 1725
Add mirror-tools
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Nov 19 10:32:58 2008 +0000 (2008-11-19) |
parents | 970a1182e8d1 |
children | 93b397dc8274 |
line diff
1.1 --- a/pycairo/receipt Sat Aug 02 14:05:35 2008 +0200 1.2 +++ b/pycairo/receipt Wed Nov 19 10:32:58 2008 +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