wok diff python-django/receipt @ rev 17869

Use VERSION variable
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 26 09:34:19 2015 +0100 (2015-03-26)
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 Mar 26 09:34:19 2015 +0100
     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