pygame-guncellendi
This commit is contained in:
parent
dd3f3fc27e
commit
de8747a24a
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
isim=python-pygame
|
isim=python-pygame
|
||||||
_isim=pygame
|
_isim=pygame
|
||||||
surum=1.9.3
|
surum=1.9.4
|
||||||
devir=1
|
devir=1
|
||||||
kaynak=(https://files.pythonhosted.org/packages/source/${_isim::1}/pygame/pygame-$surum.tar.gz)
|
kaynak=(https://files.pythonhosted.org/packages/source/${_isim::1}/pygame/pygame-$surum.tar.gz)
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
# Tanım: Python3 game-oyun kütüphanesi
|
||||||
|
# URL: http://www.pygame.org
|
||||||
|
# Paketçi: milisarge
|
||||||
|
# Gerekler: python3-setuptools python3 sdl-mixer sdl-ttf sdl-image portmidi
|
||||||
|
# Grup: kütüphane oyun
|
||||||
|
|
||||||
|
isim=python-pygame
|
||||||
|
_isim=pygame
|
||||||
|
surum=1.9.4
|
||||||
|
devir=1
|
||||||
|
kaynak=(https://files.pythonhosted.org/packages/source/${_isim::1}/pygame/pygame-$surum.tar.gz)
|
||||||
|
|
||||||
|
derle() {
|
||||||
|
cd ${_isim}-${surum}
|
||||||
|
python3 config.py -auto
|
||||||
|
python3 setup.py install --root="${PKG}" --prefix=/usr
|
||||||
|
}
|
Loading…
Reference in New Issue