[arch-commits] Commit in django/trunk (PKGBUILD)

Eric Belanger eric at archlinux.org
Fri Jul 4 00:37:19 UTC 2008


    Date: Thursday, July 3, 2008 @ 20:37:19
  Author: eric
Revision: 4118

upgpkg: django 0.96.2-1
    added x86_64 arch tag, added license, added Id tag

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-04 00:32:18 UTC (rev 4117)
+++ PKGBUILD	2008-07-04 00:37:19 UTC (rev 4118)
@@ -1,3 +1,4 @@
+# $Id$
 # Contributor: Shahar Weiss <sweiss4 at gmx.net>
 # Contributor: simo <simo at archlinux.org>
 # Maintainer: Douglas Soares de Andrade <douglas at archlinux.org>
@@ -6,15 +7,15 @@
 pkgver=0.96.2
 pkgrel=1
 pkgdesc="A high-level Python Web framework."
-arch=('i686')
+arch=('i686' 'x86_64')
 license=('BSD')
 url="http://www.djangoproject.com"
 depends=('setuptools')
 source=(http://media.djangoproject.com/releases/0.96/Django-0.96.2.tar.gz)
-
 md5sums=('2e39a43b93b50c2ca90bcade26010878')
 
 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