#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com) pkgname=libspectrum pkgver=0.5.0.1 pkgrel=1gv arch=x86_64 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 make || return 1 make install DESTDIR=$startdir/pkg }