contrib/python3-opengl/Pkgfile

18 lines
478 B
Plaintext
Raw Normal View History

# 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
2020-01-26 21:44:00 +01:00
version=3.1.5
release=1
source=(https://pypi.python.org/packages/source/P/PyOpenGL/PyOpenGL-$version.tar.gz)
build() {
cd PyOpenGL-$version
2020-11-03 22:04:58 +01:00
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG \
--optimize=1 \
--skip-build
}