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

16 lines
431 B
Text
Raw Normal View History

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