talimat 463 B

123456789101112131415161718
  1. # Tanım: Python3 game-oyun kütüphanesi
  2. # URL: http://www.pygame.org
  3. # Paketçi: milisarge
  4. # Gerekler: python3-setuptools python3 sdl-mixer sdl-ttf sdl-image portmidi
  5. # Grup: kütüphane oyun
  6. isim=python3-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. python3 config.py -auto
  14. python3 setup.py install --root="${PKG}" --prefix=/usr
  15. }