16 lines
431 B
Plaintext
16 lines
431 B
Plaintext
|
# Tanım: Çapraz platform Python, OpenGL ve ilgili API'lere bağlanır.
|
|||
|
# URL: http://pyopengl.sourceforge.net/
|
|||
|
# Paketçi: alihan-ozturk28@hotmail.com
|
|||
|
# Gerekler: python3 freeglut python3-setuptools
|
|||
|
|
|||
|
isim=python3-opengl
|
|||
|
surum=3.1.0
|
|||
|
devir=1
|
|||
|
|
|||
|
kaynak=( https://pypi.python.org/packages/source/P/PyOpenGL/PyOpenGL-$surum.tar.gz)
|
|||
|
|
|||
|
derle() {
|
|||
|
cd PyOpenGL-$surum
|
|||
|
python3 setup.py install --prefix=/usr --root=$PKG --optimize=1
|
|||
|
}
|