wok diff setuptools/receipt @ rev 2013

Up: gpicview (0.1.11)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 08 21:12:02 2009 +0100 (2009-01-08)
parents acc17429dc0c
children 1d3c2a6a390f
line diff
     1.1 --- a/setuptools/receipt	Sun Aug 31 11:00:49 2008 +0000
     1.2 +++ b/setuptools/receipt	Thu Jan 08 21:12:02 2009 +0100
     1.3 @@ -9,13 +9,13 @@
     1.4  WEB_SITE="http://pypi.python.org/pypi/setuptools"
     1.5  WGET_URL="http://pypi.python.org/packages/source/s/setuptools/$TARBALL"
     1.6  DEPENDS="python"
     1.7 -BUILD_DEPENDS="python"
     1.8 +BUILD_DEPENDS="python python-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13  	cd $src
    1.14 -	python setup.py build
    1.15 +	python setup.py build &&
    1.16  	python setup.py install --root=$PWD/_pkg
    1.17  }
    1.18