#Packager: George Vlahavas (vlahavas~at~gmail~dot~com) pkgname=pyopengl pkgver=3.0.2b2 pkgrel=1dj source=(http://pypi.python.org/packages/source/P/PyOpenGL/PyOpenGL-$pkgver.tar.gz) sourcetemplate=http://people.salixos.org/djemos/salix/$pkgname docs=("license.txt" "changelog.txt") url=http://pyopengl.sourceforge.net/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "pyopengl (The Python OpenGL Binding)" "PyOpenGL is the cross platform Python binding to OpenGL and related" "APIs. The binding is created using the standard (in Python 2.5) ctypes" "library, and is provided under an extremely liberal BSD-style" "Open-Source license." ) build() { cd $startdir/src/PyOpenGL-$pkgver python setup.py install --root $startdir/pkg }