wok rev 14550

python-babel: update bdeps
author Richard Dunbar <mojo@slitaz.org>
date Thu May 23 01:29:57 2013 +0000 (2013-05-23)
parents 39421494481d
children 55d7c011cb5f
files python-babel/receipt
line diff
     1.1 --- a/python-babel/receipt	Wed May 22 22:18:37 2013 +0200
     1.2 +++ b/python-babel/receipt	Thu May 23 01:29:57 2013 +0000
     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  }