#Maintainer: George Vlahavas pkgname=zoom pkgver=1.1.5 pkgrel=1gv source=(http://www.logicalshift.co.uk/unix/zoom/zoom-$pkgver.tar.gz) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.logicalshift.demon.co.uk/unix/zoom/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "zoom (an interpreter for interactive fiction stories)" "Zoom is a Z-Machine, which means that it plays text adventure games" "(nowdays called more accurately interactive fiction) written in ZCode." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }