wok-6.x diff setuptools/receipt @ rev 16478
Up xpaint + libXaw3dXft and add to ARM (would be nice to have a small paint tool in next R-Pi release
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 23 01:56:24 2014 +0200 (2014-04-23) |
parents | 600aaedb561d |
children | 313b384e2a06 |
line diff
1.1 --- a/setuptools/receipt Mon Dec 02 19:18:04 2013 +0000 1.2 +++ b/setuptools/receipt Wed Apr 23 01:56:24 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 }