1 # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
2 # Contributor: Dale Blount <dale@archlinux.org>
3 # Contributor: Tom Newsom <Jeepster@gmx.co.uk>
8 pkgdesc="Moon Buggy is a simple game for the text mode"
10 url="http://seehuhn.de/comp/moon-buggy"
13 options=('!emptydirs')
14 install=$pkgname.install
15 source=(http://seehuhn.de/data/$pkgname-$pkgver.tar.gz Makefile.in.patch)
16 md5sums=('bfe23ef5cfa838ac261eee34ea5322f3'
17 '8c8cb8a25e12f574243778dac8e376a1')
20 cd ${srcdir}/$pkgname-$pkgver
22 patch -Np0 -i ${srcdir}/Makefile.in.patch
24 ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
29 cd ${srcdir}/$pkgname-$pkgver
31 make DESTDIR=${pkgdir} install
33 rm ${pkgdir}/usr/share/info/dir