wok diff python-django/receipt @ rev 17915
fontforge: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 09 09:04:31 2015 +0200 (2015-04-09) |
parents | fd4f1e692109 |
children | 16df76e1fc6a |
line diff
1.1 --- a/python-django/receipt Sat Oct 19 13:53:26 2013 +0000 1.2 +++ b/python-django/receipt Thu Apr 09 09:04:31 2015 +0200 1.3 @@ -9,7 +9,7 @@ 1.4 LICENSE="BSD" 1.5 TARBALL="$SOURCE-$VERSION.tar.gz" 1.6 WEB_SITE="https://www.djangoproject.com/" 1.7 -WGET_URL="https://www.djangoproject.com/m/releases/1.5/$TARBALL" 1.8 +WGET_URL="https://www.djangoproject.com/m/releases/${VERSION%.*}/$TARBALL" 1.9 SUGGESTED="python-mysql" 1.10 1.11 DEPENDS="python python-pysqlite" 1.12 @@ -18,7 +18,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 python setup.py install --root=$DESTDIR 1.18 } 1.19