wok rev 14875

Up: python-django (1.5.1)
author Claudinei Pereira <claudinei@slitaz.org>
date Tue Jul 23 19:28:00 2013 -0300 (2013-07-23)
parents 2338b9f26d78
children d13abbbfc743
files python-django/receipt
line diff
     1.1 --- a/python-django/receipt	Tue Jul 23 19:27:11 2013 -0300
     1.2 +++ b/python-django/receipt	Tue Jul 23 19:28:00 2013 -0300
     1.3 @@ -2,16 +2,16 @@
     1.4  
     1.5  PACKAGE="python-django"
     1.6  SOURCE="Django"
     1.7 -VERSION="1.3"
     1.8 +VERSION="1.5.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Django is a high-level Python Web framework."
    1.11  MAINTAINER="claudinei@slitaz.org"
    1.12  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.13 -WEB_SITE="http://www.djangoproject.com/"
    1.14 -WGET_URL="http://media.djangoproject.com/releases/$VERSION/$TARBALL"
    1.15 +WEB_SITE="https://www.djangoproject.com/"
    1.16 +WGET_URL="https://www.djangoproject.com/m/releases/1.5/$TARBALL"
    1.17  DEPENDS="python python-pysqlite"
    1.18  SUGGESTED="python-mysql"
    1.19 -BUILD_DEPENDS="setuptools"
    1.20 +BUILD_DEPENDS="setuptools wget"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24 @@ -24,7 +24,7 @@
    1.25  genpkg_rules()
    1.26  {
    1.27  	mkdir -p $fs/usr
    1.28 -	cp -a $_pkg/usr $fs
    1.29 +	cp -a $install/usr $fs
    1.30  }
    1.31  
    1.32  # Remove old package.