wok-next diff python-routes/receipt @ rev 16476

ARM: add python-routes + python-serial (but main python dont cook anymore)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 22 22:49:42 2014 +0200 (2014-04-22)
parents bf4a09ef1d2e
children 7d672a2330b8
line diff
     1.1 --- a/python-routes/receipt	Fri Oct 18 22:13:53 2013 +0000
     1.2 +++ b/python-routes/receipt	Tue Apr 22 22:49:42 2014 +0200
     1.3 @@ -11,14 +11,16 @@
     1.4  WEB_SITE="http://pylonshq.com"
     1.5  WGET_URL="http://cdn.pylonshq.com/download/1.0/$TARBALL"
     1.6  TAGS="python"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="python"
    1.10 -BUILD_DEPENDS="python python-dev setuptools"
    1.11 +BUILD_DEPENDS="python python-dev"
    1.12 +# setuptools: please install it in chroot or we have to 
    1.13 +# add a case a lot of python pkgs
    1.14  
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 -	cd $src
    1.19  	python setup.py install --root=$DESTDIR
    1.20  }
    1.21  
    1.22 @@ -27,4 +29,3 @@
    1.23  {
    1.24  	cp -a $install/usr $fs
    1.25  }
    1.26 -