1 # Maintainer: J. Kuske <kuskej@yahoo.com>
2 # Contributor: Michal Krenek <mikos@sg1.cz>
7 pkgdesc="Multi boot compliant kernel game"
9 url="http://www.erikyyy.de/invaders"
12 install=invaders.install
13 source=(http://www.erikyyy.de/invaders/$pkgname-$pkgver.tar.gz
14 http://www.coreboot.org/pipermail/coreboot/attachments/20090413/4bd0af62/attachment.bat)
15 md5sums=('c5efef690f8c7f3c667cabb696528ab9'
16 '609eff6f83ffee97309e08c4fa36d3e2')
19 cd $startdir/src/$pkgname
20 patch -Np1 -i ../attachment.bat || return 1
21 ./compile.sh || return 1
22 install -m644 -D invaders $startdir/pkg/boot/invaders