# beochess/cfg - "Build" settings for package #--------------------------------------------------------------------- # Technical notes: 1. The source tarball used by this package has been renamed. #--------------------------------------------------------------------- 2. This package (beochess) installs the Beowulf Chess engine plus a CLI command named "beochess" that can be used to play chess against the engine in XBoard. #--------------------------------------------------------------------- 3. Due to a protocol problem, this distro's copy of "eboard" doesn't support the Beowulf Chess Engine. #--------------------------------------------------------------------- [settings] configure = none depends = none exepack = yes license = GNU General Public License, version 2 (June 1991) tmpsize = 6M unpack = relaxed #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin DATADIR=$PKGDIR_PROD/data mkdir -p $BINDIR $DATADIR SPCOPEN=$PKGDIR_SPECIAL/openbooks tar zxf $SPCOPEN/bookm.tar.gz tar zxf $SPCOPEN/bookl.tar.gz mv bookm.dat beochess-bookm.dat mv bookl.dat beochess-bookl.dat chown -R 0.0 . chmod 644 `find . -type f` gcc -O2 chess.c -o beochess-engine -lm cp -p beochess-engine $BINDIR/ cp -p default.per $DATADIR/beochess.per cp -p *-book*.dat $DATADIR/ pushd $DATADIR ln -nsf beochess-bookm.dat beochess-book.dat popd cd $BINDIR sed -e "s@__META_PREFIX__@$PKGDIR_PROD@g" \ -e "s@__META_PRODTREE__@$PRODTREE@g" \ < $PKGDIR_SPECIAL/beochess.wrapper.in \ > beochess chmod 55 beochess #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_data1 = http://www.frayn.net/beowulf/bookm.tgz url_data2 = http://www.frayn.net/beowulf/bookl.tgz url_debian = Not checked yet url_home = http://www.frayn.net/beowulf/ url_lfs = n/a url_tarball = http://www.frayn.net/beowulf/BeoUnix.tgz #--------------------------------------------------------------------- [history] 210401 Updated from 2006-09-18 to 2010-08-22