wok-6.x rev 15092
python-pyyaml: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 13 21:49:25 2013 +0000 (2013-08-13) |
parents | 805a8d303bbb |
children | dbebd825d5e8 |
files | python-pyyaml/receipt |
line diff
1.1 --- a/python-pyyaml/receipt Tue Aug 13 21:23:52 2013 +0000 1.2 +++ b/python-pyyaml/receipt Tue Aug 13 21:49:25 2013 +0000 1.3 @@ -6,22 +6,23 @@ 1.4 SHORT_DESC="YAML parser and emitter for the Python programming language." 1.5 MAINTAINER="rocky@slitaz.org" 1.6 SOURCE="PyYAML" 1.7 -DEPENDS="python" 1.8 -BUILD_DEPENDS="python python-dev" 1.9 TARBALL="$SOURCE-$VERSION.tar.gz" 1.10 WEB_SITE="http://pyyaml.org/wiki/PyYAML/" 1.11 WGET_URL="http://pyyaml.org/download/pyyaml/$TARBALL" 1.12 1.13 +DEPENDS="python" 1.14 +BUILD_DEPENDS="python python-dev yaml-dev" 1.15 + 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 { 1.19 cd $src 1.20 - python setup.py install --root=$PWD/_pkg 1.21 + python setup.py install --root=$DESTDIR 1.22 } 1.23 1.24 # Rules to gen a SliTaz package suitable for Tazpkg. 1.25 genpkg_rules() 1.26 { 1.27 mkdir -p $fs/usr 1.28 - cp -a $_pkg/usr $fs 1.29 + cp -a $install/usr $fs 1.30 }