wok-next diff setuptools/receipt @ rev 16530

Up: slitaz-arm-adm + slitaz-arm-rpi
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 26 14:10:51 2014 +0200 (2014-04-26)
parents 600aaedb561d
children 313b384e2a06
line diff
     1.1 --- a/setuptools/receipt	Mon Dec 02 19:18:04 2013 +0000
     1.2 +++ b/setuptools/receipt	Sat Apr 26 14:10:51 2014 +0200
     1.3 @@ -9,13 +9,14 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://pypi.python.org/pypi/setuptools"
     1.6  WGET_URL="http://pypi.python.org/packages/source/s/setuptools/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8 +
     1.9  DEPENDS="python python-dev"
    1.10  BUILD_DEPENDS="python python-dev"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16  	python setup.py build &&
    1.17  	python setup.py install --root=$DESTDIR
    1.18  }