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

Daniel Griffiths dgriffiths at archlinux.org
Fri Apr 9 06:30:27 UTC 2010


    Date: Friday, April 9, 2010 @ 02:30:27
  Author: dgriffiths
Revision: 76933

Cleanup, adopted

Modified:
  python-opengl/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-09 06:28:06 UTC (rev 76932)
+++ PKGBUILD	2010-04-09 06:30:27 UTC (rev 76933)
@@ -1,31 +1,31 @@
 # $Id$
-# Maintainer:
 # Contributor: Josh Taylor <joshtaylor.mail at gmail.com>
 # Contributor: simo <simo at archlinux.org>
 # Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=python-opengl
 pkgver=3.0.1
 pkgrel=1
 pkgdesc="The cross platform Python binding to OpenGL and related APIs"
+url="http://pyopengl.sourceforge.net"
+license=('BSD')
 arch=('any')
-license=('BSD')
 depends=('python' 'tk' 'freeglut' 'setuptools')
 provides=('pyopengl' 'python-pyopengl')
 conflicts=('pyopengl' 'python-pyopengl')
-url="http://pyopengl.sourceforge.net"
-source=(http://downloads.sourceforge.net/pyopengl/PyOpenGL-$pkgver.tar.gz
+source=(http://downloads.sourceforge.net/pyopengl/PyOpenGL-${pkgver}.tar.gz
 	'LICENSE')
 md5sums=('221d4a6a0928fcfeef26751370ec5f52'
          '0b53c508a63e5dbaf44cdfb0fa103b3a')
 
 build() {
-  /bin/true
+	/bin/true
 }
 
 package() {
-  cd ${srcdir}/PyOpenGL-$pkgver
-  python setup.py install --root=${pkgdir} || return 1
-  install -Dm644 ${srcdir}/LICENSE \
-    ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+	cd ${srcdir}/PyOpenGL-${pkgver}
+	python setup.py install --root=${pkgdir} || return 1
+	install -Dm644 ${srcdir}/LICENSE \
+	    ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }




More information about the arch-commits mailing list