#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com, gapan@zenwalk forums) pkgname=libspectrum pkgver=0.5.0.1 zenver=60 pkgrel=1 arch=i486 source=(http://prdownloads.sourceforge.net/fuse-emulator/libspectrum-$pkgver.tar.gz) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers" "thanks" "libspectrum.txt") url=http://fuse-emulator.sourceforge.net/libspectrum.php sourcetemplate=http://pnboy.pinguix.com/gapan/games/$pkgname options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libspectrum - spectrum emulator support library" "libspectrum is a library designed to make the input and output of some" "ZX Spectrum emulator files slightly easier. It is intended to be" "usable on Unix variants, Win32 and Mac OS X. Currently, it is mainly" "(only?) used by Fuse, but other Spectrum emulator and utility authors" "are encouraged to use it." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --disable-static make || return 1 make install DESTDIR=$startdir/pkg }