sfml-python-guncellendi
This commit is contained in:
parent
fcde19b5d4
commit
e8871e0377
|
@ -1,17 +1,18 @@
|
|||
# Tanım: SFML için gayriresmi Python bağlaması
|
||||
# URL: http://python-sfml.org
|
||||
# Paketçi: Cihan_Alkan
|
||||
# Paketçi: milisarge
|
||||
# Gerekler: cython sfml python python3
|
||||
# Grup: kütüphane
|
||||
|
||||
isim=sfml-python
|
||||
surum=git
|
||||
devir=1
|
||||
devir=2
|
||||
|
||||
kaynak=(https://github.com/Sonkun/python-sfml/archive/master.tar.gz::$isim-$surum.tar.gz)
|
||||
kaynak=()
|
||||
|
||||
derle() {
|
||||
cd $SRC/python-sfml-master
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue