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

16 lines
419 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-13 09:17:22 +02:00
# URL: http://pyopengl.sourceforge.net/
2017-10-27 20:46:27 +02:00
# Paketçi: yakar (aydin@komutan.org)
# Gerekler: freeglut python-setuptools
2016-11-13 01:08:33 +01:00
2017-10-28 14:10:23 +02:00
isim=python-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
2017-07-01 21:20:42 +02:00
python2 setup.py install --prefix=/usr --root=$PKG --optimize=1
2016-11-13 01:08:33 +01:00
}