wok-6.x diff setuptools/receipt @ rev 16733
Up: php modules (5.5.13)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Tue Jun 03 01:07:29 2014 +0200 (2014-06-03) |
parents | 600aaedb561d |
children | 313b384e2a06 |
line diff
1.1 --- a/setuptools/receipt Mon Dec 02 19:18:04 2013 +0000 1.2 +++ b/setuptools/receipt Tue Jun 03 01:07:29 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 }