wok diff python-pastescript/receipt @ rev 12269
Up: glibc (2.14.1)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Apr 12 16:31:36 2012 +0200 (2012-04-12) |
parents | 67863a5bedd0 |
children | fd4f1e692109 |
line diff
1.1 --- a/python-pastescript/receipt Fri Jun 12 02:25:10 2009 +0200 1.2 +++ b/python-pastescript/receipt Thu Apr 12 16:31:36 2012 +0200 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.