#Packager: George Vlahavas (vlahavas~at~gmail~dot~com) pkgname=pyopengl pkgver=3.0.1 pkgrel=1gv source=(http://pypi.python.org/packages/source/P/PyOpenGL/PyOpenGL-$pkgver.tar.gz) 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 }