wok-current diff setuptools/receipt @ rev 16636
efl: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 12 09:48:27 2014 +0000 (2014-05-12) |
parents | 600aaedb561d |
children | 313b384e2a06 |
line diff
1.1 --- a/setuptools/receipt Mon Dec 02 19:18:04 2013 +0000 1.2 +++ b/setuptools/receipt Mon May 12 09:48:27 2014 +0000 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 }