wok diff python-ooop/receipt @ rev 17277

linux64-*: update src var (for list_modules.sh)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 25 17:44:24 2014 +0200 (2014-10-25)
parents fd4f1e692109
children 7390f8de9846
line diff
     1.1 --- a/python-ooop/receipt	Sat Oct 19 13:53:26 2013 +0000
     1.2 +++ b/python-ooop/receipt	Sat Oct 25 17:44:24 2014 +0200
     1.3 @@ -10,6 +10,7 @@
     1.4  WEB_SITE="http://pypi.python.org/pypi/ooop"
     1.5  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.6  WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="python"
    1.10  BUILD_DEPENDS="python python-dev setuptools"
    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