wok diff python-six/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents bf4a09ef1d2e
children 2e5434fe0bdb
line diff
     1.1 --- a/python-six/receipt	Fri Oct 18 22:13:53 2013 +0000
     1.2 +++ b/python-six/receipt	Tue Jan 27 16:55:03 2015 +0100
     1.3 @@ -10,6 +10,7 @@
     1.4  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://packages.python.org/six/"
     1.6  WGET_URL="https://pypi.python.org/packages/source/s/$SOURCE/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="python"
    1.10  BUILD_DEPENDS="python-dev wget"
    1.11 @@ -17,7 +18,6 @@
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16  	python setup.py install --root=$DESTDIR
    1.17  }
    1.18