2017-11-22 10:10:26 +01:00
|
|
|
|
# Tanım: Python game-oyun kütüphanesi
|
|
|
|
|
# URL: http://www.pygame.org
|
|
|
|
|
# Paketçi: milisarge
|
2017-11-22 10:34:09 +01:00
|
|
|
|
# Gerekler: python-setuptools python sdl-mixer sdl-ttf sdl-image portmidi
|
2017-11-22 10:10:26 +01:00
|
|
|
|
|
|
|
|
|
isim=python-pygame
|
|
|
|
|
_isim=pygame
|
|
|
|
|
surum=1.9.3
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(https://files.pythonhosted.org/packages/source/${_isim::1}/pygame/pygame-$surum.tar.gz)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd ${_isim}-${surum}
|
|
|
|
|
python2 config.py -auto
|
|
|
|
|
python2 setup.py install --root="${PKG}" --prefix=/usr
|
|
|
|
|
}
|