2008-03-07 01:51:27 +11:00
|
|
|
# Description: Cross platform Python binding to OpenGL.
|
|
|
|
# URL: http://pyopengl.sourceforge.net/
|
2014-11-10 23:28:07 +11:00
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
2008-03-07 01:51:27 +11:00
|
|
|
# Packager: Younes Hafri ycrux at club-internet dot fr
|
2014-05-14 01:41:43 +10:00
|
|
|
# Depends on: swig setuptools
|
2006-12-18 19:06:13 +10:00
|
|
|
|
|
|
|
name=pyopengl
|
2012-10-04 23:32:19 +10:00
|
|
|
version=3.0.2
|
2007-11-28 01:36:51 +10:00
|
|
|
release=1
|
2012-10-04 23:32:19 +10:00
|
|
|
source=(http://pypi.python.org/packages/source/P/PyOpenGL/PyOpenGL-$version.tar.gz)
|
2006-12-18 19:06:13 +10:00
|
|
|
|
2008-03-07 01:51:27 +11:00
|
|
|
build() {
|
2008-03-07 03:51:31 +11:00
|
|
|
cd PyOpenGL-$version
|
2014-01-27 18:52:31 +11:00
|
|
|
/usr/bin/python setup.py install --root=$PKG
|
2006-12-18 19:06:13 +10:00
|
|
|
}
|