wok diff python-babel/receipt @ rev 14764
Add sshguard
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jun 21 10:15:23 2013 +0200 (2013-06-21) |
parents | c6fba7ac5ced |
children | fd4f1e692109 |
line diff
1.1 --- a/python-babel/receipt Mon May 02 15:57:18 2011 +0200 1.2 +++ b/python-babel/receipt Fri Jun 21 10:15:23 2013 +0200 1.3 @@ -8,7 +8,7 @@ 1.4 WEB_SITE="http://babel.edgewall.org/" 1.5 WGET_URL="http://ftp.edgewall.com/pub/babel/$TARBALL" 1.6 DEPENDS="python" 1.7 -BUILD_DEPENDS="python python-dev" 1.8 +BUILD_DEPENDS="python python-dev setuptools" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 @@ -16,12 +16,12 @@ 1.13 1.14 cd $src 1.15 python setup.py build && 1.16 - python setup.py install --root=$PWD/_pkg 1.17 + python setup.py install --root=$DESTDIR 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs 1.24 - cp -a $_pkg/usr $fs 1.25 + cp -a $install/usr $fs 1.26 }