pkg://crafty-start-12.6-0.src.rpm:2583/crafty-start-12.6-0.spec
info downloads
Summary: Crafty's example openings.
Vendor: (none)
Name: crafty-start
Version: 12.6
Release: 0
Source: ftp://ftp.cis.uab.edu/pub/hyatt/start.tar.gz
Copyright: ?
Group: Games
URL: http://home.ican.net/~sjl/pages/crafty.html
Requires: crafty xboard
Packager: Stefan Waldherr <swa@cs.cmu.edu>
%description
Crafty is a chess program written by Bob Hyatt <hyatt@cis.uab.edu>.
It is modeled after Cray Blitz (also written by Bob). This rpm
contains an example opening book for crafty.
%prep
%setup -c
%build
%install
cp start.pgn /tmp
% now create the book with crafty
cd /tmp
echo "Creating book with crafty. Please be patient."
echo "books create start.pgn 60 \n quit" | crafty
mv /tmp/books.bin /usr/lib/crafty-12.6/books/
rm -rf /tmp/start.pgn
chmod a+rw /usr/lib/crafty-12.6/books/*
%post
%files
/usr/lib/crafty-12.6/books/books.bin