wok diff pycairo/receipt @ rev 11047
Up: clamtk to 4.36.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 16 22:44:10 2011 +0000 (2011-10-16) |
parents | 591275ef94d4 |
children | bf4a09ef1d2e |
line diff
1.1 --- a/pycairo/receipt Mon Oct 18 16:04:29 2010 +0000 1.2 +++ b/pycairo/receipt Sun Oct 16 22:44:10 2011 +0000 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pycairo" 1.7 -VERSION="1.8.10" 1.8 +VERSION="1.10.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Python bindings for the cairo graphics library." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 DEPENDS="cairo expat fontconfig freetype xorg-libX11 xorg-libXau \ 1.13 xorg-libXdmcp xorg-libXrender xcb-util" 1.14 BUILD_DEPENDS="pkg-config cairo cairo-dev xorg-xproto python-dev" 1.15 -_SOURCE="py2cairo" # only tar.gz is named different 1.16 -TARBALL="$_SOURCE-$VERSION.tar.gz" 1.17 +SOURCE="py2cairo" 1.18 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.19 WEB_SITE="http://www.cairographics.org/pycairo/" 1.20 WGET_URL="http://www.cairographics.org/releases/$TARBALL" 1.21 1.22 @@ -17,10 +17,9 @@ 1.23 compile_rules() 1.24 { 1.25 cd $src 1.26 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.27 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.28 - make && 1.29 - make DESTDIR=$PWD/_pkg install 1.30 + ./waf configure --prefix=/usr && 1.31 + ./waf build && 1.32 + ./waf install --destdir=$DESTDIR 1.33 } 1.34 1.35 # Rules to gen a SliTaz package suitable for Tazpkg.