summaryrefslogtreecommitdiff
path: root/python3-opengl/Pkgfile
blob: 9bc5d5cd4cc2c29a922aeb53d5ef18d1e7832297 (plain)
    1 # Description: The cross platform Python binding to OpenGL and related APIs
    2 # URL: https://pypi.org/project/PyOpenGL/
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: freeglut
    5 
    6 name=python3-opengl
    7 version=3.1.5
    8 release=1
    9 source=(https://pypi.python.org/packages/source/P/PyOpenGL/PyOpenGL-$version.tar.gz)
   10 
   11 build() {
   12   cd PyOpenGL-$version
   13   /usr/bin/python3 setup.py build
   14   /usr/bin/python3 setup.py install --root=$PKG \
   15     --optimize=1 \
   16     --skip-build
   17 }

Generated by cgit