[arch-commits] CVS update of extra/devel/django (PKGBUILD)

Eric Belanger eric at archlinux.org
Tue Oct 30 03:26:53 UTC 2007


    Date: Monday, October 29, 2007 @ 23:26:53
  Author: eric
    Path: /home/cvs-extra/extra/devel/django

Modified: PKGBUILD (1.2 -> 1.3)

upgpkg: django 0.96.1-1
added x86_64 tag, added license file


----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


Index: extra/devel/django/PKGBUILD
diff -u extra/devel/django/PKGBUILD:1.2 extra/devel/django/PKGBUILD:1.3
--- extra/devel/django/PKGBUILD:1.2	Mon Oct 29 03:00:19 2007
+++ extra/devel/django/PKGBUILD	Mon Oct 29 23:26:53 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.2 2007/10/29 07:00:19 simo Exp $
+# $Id: PKGBUILD,v 1.3 2007/10/30 03:26:53 eric Exp $
 # Contributor: Shahar Weiss <sweiss4 at gmx.net>
 # Maintainer: simo <simo at archlinux.org>
 
@@ -6,7 +6,7 @@
 pkgver=0.96.1
 pkgrel=1
 pkgdesc="A high-level Python Web framework."
-arch=('i686')
+arch=('i686' 'x86_64')
 license=('BSD')
 url="http://www.djangoproject.com"
 depends=('setuptools')
@@ -16,4 +16,5 @@
 build() { 
   cd $startdir/src/Django-$pkgver
   python setup.py install --root=$startdir/pkg || return 1
+  install -D -m644 LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 }




More information about the arch-commits mailing list