1 # Contributor: Giovanni Scafora <linuxmania at gmail dot com>
2 # Maintainer: Andrew Sheng <science4sail at gmail dot com>
3 # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
8 pkgdesc="A clone of Space Invaders"
10 url="http://www.jamyskis.net/invaders.php"
12 depends=('allegro' 'gcc-libs')
14 source=(http://www.jamyskis.net/downloads/${pkgname}-${pkgver}.tar.gz)
15 md5sums=('35c0d8ec3beacfc97389d38eef3555b2')
18 cd ${srcdir}/${pkgname}-${pkgver}
19 ./configure --docdir=/usr/share/doc --prefix=/usr
21 make DESTDIR=${pkgdir} install
23 # Move docs to the proper location
24 mv ${pkgdir}/usr/doc ${pkgdir}/usr/share/