milis/talimatname/genel/p/python3-pygame/talimat

18 lines
463 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: 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=python3-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
}