wok diff python-django/receipt @ rev 17344

Add symlinks.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Nov 06 15:27:15 2014 +0200 (2014-11-06)
parents ca4495712bef
children d3eb5f4b53ea
line diff
     1.1 --- a/python-django/receipt	Tue Jul 23 19:28:00 2013 -0300
     1.2 +++ b/python-django/receipt	Thu Nov 06 15:27:15 2014 +0200
     1.3 @@ -6,11 +6,13 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Django is a high-level Python Web framework."
     1.6  MAINTAINER="claudinei@slitaz.org"
     1.7 +LICENSE="BSD"
     1.8  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.9  WEB_SITE="https://www.djangoproject.com/"
    1.10  WGET_URL="https://www.djangoproject.com/m/releases/1.5/$TARBALL"
    1.11 +SUGGESTED="python-mysql"
    1.12 +
    1.13  DEPENDS="python python-pysqlite"
    1.14 -SUGGESTED="python-mysql"
    1.15  BUILD_DEPENDS="setuptools wget"
    1.16  
    1.17  # Rules to configure and make the package.