talimat 459 B

123456789101112131415161718
  1. # Tanım: Python game-oyun kütüphanesi
  2. # URL: http://www.pygame.org
  3. # Paketçi: milisarge
  4. # Gerekler: python-setuptools python sdl-mixer sdl-ttf sdl-image portmidi
  5. # Grup: kütüphane oyun
  6. isim=python-pygame
  7. _isim=pygame
  8. surum=1.9.4
  9. devir=1
  10. kaynak=(https://files.pythonhosted.org/packages/source/${_isim::1}/pygame/pygame-$surum.tar.gz)
  11. derle() {
  12. cd ${_isim}-${surum}
  13. python2 config.py -auto
  14. python2 setup.py install --root="${PKG}" --prefix=/usr
  15. }