wok diff python-pastescript/receipt @ rev 13217
Add TiMidity++ (libao 1.1.0)
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Sat Aug 11 16:11:48 2012 +0000 (2012-08-11) |
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 Sat Aug 11 16:11:48 2012 +0000 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.