sfml-python

This commit is contained in:
milisbir 2018-01-18 22:10:39 +02:00
parent 8ad6bcb0b6
commit 366acb3ffa
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Tanım: SFML için gayriresmi Python bağlaması
# URL: http://python-sfml.org
# Paketçi: Cihan_Alkan
# Gerekler: cython sfml python python3
# Grup: kütüphane
isim=sfml-python
surum=git
devir=1
kaynak=(https://github.com/Sonkun/python-sfml/archive/master.tar.gz::$isim-$surum.tar.gz)
derle() {
cd $SRC/python-sfml-master
python2 setup.py build_ext
python2 setup.py install --root="${PKG}" --prefix=/usr
python3 setup.py build_ext
python3 setup.py install --root="${PKG}" --prefix=/usr
}