Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5576202c21aef8598da7a67aa4bbcd68e57deea4

commit 5576202c21aef8598da7a67aa4bbcd68e57deea4
Author: Michel Hermier <[EMAIL PROTECTED]>
Date:   Tue Oct 30 13:46:25 2007 +0100

Fix breakage introduced by Flastarchive change (not compile tested, newer 
version available).

diff --git a/source/devel-extra/django/FrugalBuild 
b/source/devel-extra/django/FrugalBuild
index f809df5..86c2be5 100644
--- a/source/devel-extra/django/FrugalBuild
+++ b/source/devel-extra/django/FrugalBuild
@@ -2,6 +2,7 @@
# Maintainer: AlexExtreme <[EMAIL PROTECTED]>

pkgname=django
+_F_archive_name=Django
pkgver=0.96
pkgrel=1
pkgdesc="Django is a Python web framework"
@@ -10,7 +11,6 @@ depends=('python')
makedepends=('setuptools')
groups=('devel-extra')
archs=('i686' 'x86_64')
-up2date="lynx -dump http://www.djangoproject.com/download/ | grep Django | 
Flasttar"
-source=(http://media.djangoproject.com/releases/0.96/Django-$pkgver.tar.gz)
-_F_cd_path="Django-$pkgver"
+up2date="lynx -dump http://www.djangoproject.com/download/ | Flasttar"
+source=(http://media.djangoproject.com/releases/0.96/$_F_archive_name-$pkgver.tar.gz)
sha1sums=('8870e0946ffe33a78293616d89b640fa58c6fe33')
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to