milis/talimatname/genel/s/sfml-python/talimat

21 lines
460 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: SFML için gayriresmi Python bağlaması
# URL: http://python-sfml.org
2018-11-16 21:46:26 +01:00
# Paketçi: milisarge
2018-06-09 00:06:58 +02:00
# Gerekler: cython sfml python python3
# Grup: kütüphane
isim=sfml-python
surum=git
2018-11-16 21:46:26 +01:00
devir=2
2018-06-09 00:06:58 +02:00
2018-11-16 21:46:26 +01:00
kaynak=()
2018-06-09 00:06:58 +02:00
derle() {
2018-11-16 21:46:26 +01:00
git_indir https://github.com/Sonkun/python-sfml $isim
cd $SRC/$isim
2018-06-09 00:06:58 +02:00
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
}