wok-6.x rev 8691
python-pastescript needs setuptools to compile
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Feb 17 19:02:34 2011 +0100 (2011-02-17) |
parents | 2e5aecadbe0e |
children | 5b4581f8e476 |
files | python-pastescript/receipt |
line diff
1.1 --- a/python-pastescript/receipt Thu Feb 17 19:01:42 2011 +0100 1.2 +++ b/python-pastescript/receipt Thu Feb 17 19:02:34 2011 +0100 1.3 @@ -10,14 +10,14 @@ 1.4 WEB_SITE="http://pythonpaste.org/" 1.5 WGET_URL="http://pypi.python.org/packages/source/P/$SOURCE/$TARBALL" 1.6 DEPENDS="python python-paste python-pastedeploy" 1.7 -BUILD_DEPENDS="$DEPENDS python-dev" 1.8 +BUILD_DEPENDS="setuptools" 1.9 TAGS="python" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules() 1.13 { 1.14 cd $src 1.15 - python setup.py install --root=$PWD/_pkg 1.16 + python setup.py install --root=$DESTDIR 1.17 } 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg.