wok-current diff python-kid/receipt @ rev 16477
Up alsa, ARM add ntp* + a bunch of python packages
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 23 01:06:05 2014 +0200 (2014-04-23) |
parents | fd4f1e692109 |
children | 16df76e1fc6a |
line diff
1.1 --- a/python-kid/receipt Sat Oct 19 13:53:26 2013 +0000 1.2 +++ b/python-kid/receipt Wed Apr 23 01:06:05 2014 +0200 1.3 @@ -8,9 +8,10 @@ 1.4 LICENSE="MIT" 1.5 SOURCE="kid" 1.6 TARBALL="$SOURCE-$VERSION.tar.gz" 1.7 -WEB_SITE="http://www.kid-templating.org/" 1.8 -WGET_URL="http://www.kid-templating.org/dist/$VERSION/$TARBALL" 1.9 +WEB_SITE="https://pypi.python.org/pypi/kid/" 1.10 +WGET_URL="https://pypi.python.org/packages/source/k/kid/$TARBALL" 1.11 TAGS="python" 1.12 +HOST_ARCH="i486 arm" 1.13 1.14 DEPENDS="python" 1.15 BUILD_DEPENDS="python python-dev setuptools" 1.16 @@ -18,7 +19,6 @@ 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 - cd $src 1.21 python setup.py install --root=$DESTDIR 1.22 } 1.23