python-opengl (v2 için) 3.1.0 düzeltildi..
This commit is contained in:
parent
be3a2c55c4
commit
afa4f55f14
|
@ -1,7 +1,7 @@
|
|||
# Description: Çapraz platform Python, OpenGL ve ilgili API'lere bağlanır.
|
||||
# URL: http://pyopengl.sourceforge.net/
|
||||
# Packager: alihan-ozturk28@hotmail.com
|
||||
# Depends on: python freeglut python-setuptools
|
||||
# Packager: yakar (aydin@komutan.org)
|
||||
# Depends on: freeglut python-setuptools
|
||||
|
||||
name=python-opengl
|
||||
version=3.1.0
|
||||
|
@ -11,5 +11,5 @@ source=( https://pypi.python.org/packages/source/P/PyOpenGL/PyOpenGL-$version.ta
|
|||
|
||||
build() {
|
||||
cd PyOpenGL-$version
|
||||
python2 setup.py install --prefix=/usr --root=$PKG --optimize=1
|
||||
python setup.py install --prefix=/usr --root=$PKG --optimize=1
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue