# HG changeset patch # User Christopher Rogers # Date 1318749032 0 # Node ID f0f364ff2de0f5591252f0b04f6b8969264a3f54 # Parent fc4ba6b0575614a135f59f67e7773bc64879870a Up: pycairo to 1.10.0. diff -r fc4ba6b05756 -r f0f364ff2de0 pycairo-dev/receipt --- a/pycairo-dev/receipt Sun Oct 16 07:08:49 2011 +0000 +++ b/pycairo-dev/receipt Sun Oct 16 07:10:32 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="pycairo-dev" -VERSION="1.8.10" +VERSION="1.10.0" CATEGORY="development" SHORT_DESC="Python bindings for the cairo graphics library." MAINTAINER="erjo@slitaz.org" diff -r fc4ba6b05756 -r f0f364ff2de0 pycairo/receipt --- a/pycairo/receipt Sun Oct 16 07:08:49 2011 +0000 +++ b/pycairo/receipt Sun Oct 16 07:10:32 2011 +0000 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="pycairo" -VERSION="1.8.10" +VERSION="1.10.0" CATEGORY="development" SHORT_DESC="Python bindings for the cairo graphics library." MAINTAINER="erjo@slitaz.org" DEPENDS="cairo expat fontconfig freetype xorg-libX11 xorg-libXau \ xorg-libXdmcp xorg-libXrender xcb-util" BUILD_DEPENDS="pkg-config cairo cairo-dev xorg-xproto python-dev" -_SOURCE="py2cairo" # only tar.gz is named different -TARBALL="$_SOURCE-$VERSION.tar.gz" +SOURCE="py2cairo" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.cairographics.org/pycairo/" WGET_URL="http://www.cairographics.org/releases/$TARBALL" @@ -17,10 +17,9 @@ compile_rules() { cd $src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + ./waf configure --prefix=/usr && + ./waf build && + ./waf install --destdir=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg.