#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com) pkgname=libspectrum pkgver=1.0.0 pkgrel=1gv 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 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 --libdir=/usr/lib${LIBDIRSUFFIX} --disable-static --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }