milis/talimatname/genel/p/python3-opengl/talimat

16 lines
431 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Çapraz platform Python, OpenGL ve ilgili API'lere bağlanır.
2017-04-12 14:09:46 +02:00
# URL: http://pyopengl.sourceforge.net/
2017-10-27 20:46:27 +02:00
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: python3 freeglut python3-setuptools
2016-11-13 01:08:33 +01:00
2017-10-28 14:10:23 +02:00
isim=python3-opengl
surum=3.1.0
devir=1
2016-11-13 01:08:33 +01:00
2017-10-28 14:10:23 +02:00
kaynak=( https://pypi.python.org/packages/source/P/PyOpenGL/PyOpenGL-$surum.tar.gz)
2016-11-13 01:08:33 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd PyOpenGL-$surum
2016-11-13 01:08:33 +01:00
python3 setup.py install --prefix=/usr --root=$PKG --optimize=1
}