wok diff python-pastescript/receipt @ rev 14653

Normalize LICENSE according to wok/licenses package (gpl part)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 04 21:49:39 2013 +0200 (2013-06-04)
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	Tue Jun 04 21:49:39 2013 +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.