1 # Maintainer: Westley MartÃnez <anikom15@gmail.com>
5 pkgdesc="Python game library"
7 url="http://www.pygame.org/"
9 depends=('python' 'sdl_mixer' 'libvorbis' 'sdl_ttf' 'sdl_image' 'smpeg'
11 source=(http://pygame.org/ftp/pygame-${pkgver}release.tar.gz)
12 md5sums=('1c4cdc708d17c8250a2d78ef997222fc')
14 cd "${srcdir}/pygame-${pkgver}release"
19 cd "${srcdir}/pygame-${pkgver}release"
20 python3 setup.py install --root="${pkgdir}" --prefix=/usr
22 # Copying the examples and tests
23 cp -R examples lib/* "${pkgdir}/usr/lib/python3.1/site-packages/pygame"
24 cp -R test/* "${pkgdir}/usr/lib/python3.1/site-packages/pygame/tests"
27 chmod 644 "${pkgdir}"/usr/include/python3.1/pygame/*