# HG changeset patch # User Richard Dunbar # Date 1369272597 0 # Node ID 6042bb122d5d0fe425a0f15a4cf3347fff31f3a4 # Parent 39421494481d320d4faa8a51fab597f584c1c600 python-babel: update bdeps diff -r 39421494481d -r 6042bb122d5d python-babel/receipt --- a/python-babel/receipt Wed May 22 22:18:37 2013 +0200 +++ b/python-babel/receipt Thu May 23 01:29:57 2013 +0000 @@ -8,7 +8,7 @@ WEB_SITE="http://babel.edgewall.org/" WGET_URL="http://ftp.edgewall.com/pub/babel/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python python-dev" +BUILD_DEPENDS="python python-dev setuptools" # Rules to configure and make the package. compile_rules() @@ -16,12 +16,12 @@ cd $src python setup.py build && - python setup.py install --root=$PWD/_pkg + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs - cp -a $_pkg/usr $fs + cp -a $install/usr $fs }