contrib/python3-opengl/Pkgfile

16 lines
416 B
Plaintext

# Description: The cross platform Python binding to OpenGL and related APIs
# URL: https://pypi.org/project/PyOpenGL/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: freeglut
name=python3-opengl
version=3.1.5
release=1
source=(https://pypi.python.org/packages/source/P/PyOpenGL/PyOpenGL-$version.tar.gz)
build() {
cd PyOpenGL-$version
python3 setup.py install --root=$PKG \
--optimize=1
}