wok diff pycairo/receipt @ rev 16888
libQtSql: what if to add BUILD_DEPENDS line, let full Qt cooking will be after update
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Jul 14 02:44:23 2014 +0000 (2014-07-14) |
parents | f0f364ff2de0 |
children | 16df76e1fc6a |
line diff
1.1 --- a/pycairo/receipt Sun Oct 16 07:10:32 2011 +0000 1.2 +++ b/pycairo/receipt Mon Jul 14 02:44:23 2014 +0000 1.3 @@ -5,14 +5,16 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Python bindings for the cairo graphics library." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="cairo expat fontconfig freetype xorg-libX11 xorg-libXau \ 1.8 -xorg-libXdmcp xorg-libXrender xcb-util" 1.9 -BUILD_DEPENDS="pkg-config cairo cairo-dev xorg-xproto python-dev" 1.10 +LICENSE="MPL LGPL2.1" 1.11 SOURCE="py2cairo" 1.12 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.13 WEB_SITE="http://www.cairographics.org/pycairo/" 1.14 WGET_URL="http://www.cairographics.org/releases/$TARBALL" 1.15 1.16 +DEPENDS="cairo expat fontconfig freetype xorg-libX11 xorg-libXau \ 1.17 +xorg-libXdmcp xorg-libXrender xcb-util" 1.18 +BUILD_DEPENDS="pkg-config cairo cairo-dev xorg-xproto python-dev" 1.19 + 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 @@ -27,6 +29,6 @@ 1.24 { 1.25 PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') 1.26 mkdir -p $fs/usr/lib 1.27 - cp -a $_pkg/usr/lib/$PYTHON_LIB $fs/usr/lib 1.28 + cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib 1.29 } 1.30