1 # Contributor: Xavier de Labouret <arch@2-lab.net>
2 # Contributor: Eric Forgeot < http://anamnese.online.fr >
7 pkgdesc="A computer role-playing game, similar to Ultima IV and V, on top of a generic engine, nazghul"
9 url="http://myweb.cableone.net/gmcnutt/nazghul.html"
11 depends=('sdl' 'sdl_image' 'sdl_mixer')
15 source=(http://downloads.sourceforge.net/sourceforge/nazghul/nazghul-${pkgver}.tar.gz)
16 md5sums=('3a3b08ee180163030bc9934d6fb40de8')
20 cd $srcdir/nazghul-${pkgver}
21 ./configure --prefix=/usr --sysconfdir=/etc LIBS=-lpng
23 make DESTDIR=$startdir/pkg install
25 mkdir -p $pkgdir/usr/share/pixmaps/
26 install -D -m644 icons/haxima.png $pkgdir/usr/share/pixmaps/
27 install -D -m644 haxima.desktop $pkgdir/usr/share/applications/haxima.desktop
30 ln -s haxima.sh haxima