wok diff pycairo/receipt @ rev 9461
Remove lines that remove .pyo and .pyc files in gobject-introspection. This is done in tazwok now.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Apr 03 10:35:01 2011 +0000 (2011-04-03) |
parents | d0fa681cee8d |
children | f0f364ff2de0 |
line diff
1.1 --- a/pycairo/receipt Sat Oct 09 17:19:46 2010 +0200 1.2 +++ b/pycairo/receipt Sun Apr 03 10:35:01 2011 +0000 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pycairo" 1.7 -VERSION="1.8.2" 1.8 +VERSION="1.8.10" 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" 1.15 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 +BUILD_DEPENDS="pkg-config cairo cairo-dev xorg-xproto python-dev" 1.17 +_SOURCE="py2cairo" # only tar.gz is named different 1.18 +TARBALL="$_SOURCE-$VERSION.tar.gz" 1.19 WEB_SITE="http://www.cairographics.org/pycairo/" 1.20 WGET_URL="http://www.cairographics.org/releases/$TARBALL" 1.21