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

21 lines
460 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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