python-opengl (v2 için) 3.1.0 düzeltildi..

This commit is contained in:
Aydın Yakar 2017-06-30 22:54:35 +03:00 committed by GitHub
parent be3a2c55c4
commit afa4f55f14
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Description: Çapraz platform Python, OpenGL ve ilgili API'lere bağlanır. # Description: Çapraz platform Python, OpenGL ve ilgili API'lere bağlanır.
# URL: http://pyopengl.sourceforge.net/ # URL: http://pyopengl.sourceforge.net/
# Packager: alihan-ozturk28@hotmail.com # Packager: yakar (aydin@komutan.org)
# Depends on: python freeglut python-setuptools # Depends on: freeglut python-setuptools
name=python-opengl name=python-opengl
version=3.1.0 version=3.1.0
@ -11,5 +11,5 @@ source=( https://pypi.python.org/packages/source/P/PyOpenGL/PyOpenGL-$version.ta
build() { build() {
cd PyOpenGL-$version cd PyOpenGL-$version
python2 setup.py install --prefix=/usr --root=$PKG --optimize=1 python setup.py install --prefix=/usr --root=$PKG --optimize=1
} }