1 # Contributor: Eric Forgeot < http://ifiction.free.fr >
5 pkgdesc="A player for Z-Code stories or games (text adventures / interactive fiction)."
7 url="http://www.logicalshift.co.uk/unix/zoom/"
9 depends=('glibc' 'libx11' 'libxrender' 't1lib')
12 source=(http://www.logicalshift.co.uk/unix/$pkgname/$pkgname-$pkgver.tar.gz)
13 md5sums=('57fbc06a50caf601307f9f60499041dc')
17 cd $startdir/src/$pkgname-$pkgver
18 ./configure --prefix=/usr
20 make DESTDIR=$startdir/pkg install || return 1