#Packager: George Vlahavas pkgname=fairymax pkgver=4.8 pkgrel=1gv source=("http://home.hccnet.nl/h.g.muller/fairymax.tar.gz" "fairymax-4.8-makefile.patch") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "copyright") url=http://home.hccnet.nl/h.g.muller/CVfairy.html slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "fairymax (an AI for playing user-defined Chess variants)" "Fairy-Max is an AI, also called 'engine', for playing Chess variants." "It is free open-source software. It was created for the purpose of" "empirically evaluating fairy pieces, by allowing those to participate" "amongst orthodox Chess pieces in Chess games aimed at checkmating an" "opponent royal piece. It searches ahead like the FIDE-Chess engine" "from which it was derived by generating moves and trying them out on" "the internal board. Fairy-Max is only an AI. It does not provide any" "graphics to display the position of the game it is playing, but only" "relays the moves as text." ) build() { cd $startdir/src/Fairy-Max patch -p1 < $startdir/src/fairymax-4.8-makefile.patch || exit 1 make || return 1 make install DESTDIR=$startdir/pkg }