wok rev 11029
Up: pycairo to 1.10.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 16 07:10:32 2011 +0000 (2011-10-16) |
parents | fc4ba6b05756 |
children | f26dd888bb33 |
files | pycairo-dev/receipt pycairo/receipt |
line diff
1.1 --- a/pycairo-dev/receipt Sun Oct 16 07:08:49 2011 +0000 1.2 +++ b/pycairo-dev/receipt Sun Oct 16 07:10:32 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pycairo-dev" 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"
2.1 --- a/pycairo/receipt Sun Oct 16 07:08:49 2011 +0000 2.2 +++ b/pycairo/receipt Sun Oct 16 07:10:32 2011 +0000 2.3 @@ -1,15 +1,15 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="pycairo" 2.7 -VERSION="1.8.10" 2.8 +VERSION="1.10.0" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Python bindings for the cairo graphics library." 2.11 MAINTAINER="erjo@slitaz.org" 2.12 DEPENDS="cairo expat fontconfig freetype xorg-libX11 xorg-libXau \ 2.13 xorg-libXdmcp xorg-libXrender xcb-util" 2.14 BUILD_DEPENDS="pkg-config cairo cairo-dev xorg-xproto python-dev" 2.15 -_SOURCE="py2cairo" # only tar.gz is named different 2.16 -TARBALL="$_SOURCE-$VERSION.tar.gz" 2.17 +SOURCE="py2cairo" 2.18 +TARBALL="$SOURCE-$VERSION.tar.bz2" 2.19 WEB_SITE="http://www.cairographics.org/pycairo/" 2.20 WGET_URL="http://www.cairographics.org/releases/$TARBALL" 2.21 2.22 @@ -17,10 +17,9 @@ 2.23 compile_rules() 2.24 { 2.25 cd $src 2.26 - ./configure --prefix=/usr --infodir=/usr/share/info \ 2.27 - --mandir=/usr/share/man $CONFIGURE_ARGS && 2.28 - make && 2.29 - make DESTDIR=$PWD/_pkg install 2.30 + ./waf configure --prefix=/usr && 2.31 + ./waf build && 2.32 + ./waf install --destdir=$DESTDIR 2.33 } 2.34 2.35 # Rules to gen a SliTaz package suitable for Tazpkg.