# kiwichess/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. To play "kiwichess" using "xboard", use a command similar to the following: xboard -fcp /foo/kiwichess Replace "/foo/kiwichess" with an absolute path for the "kiwichess" executable file. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.17 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.18 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.25 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.03 hours (or 001.50 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none depends = none exepack = yes license = GNU General Public License, version 2 (June 1991) nosyslinks = yes tmpsize = 2M unpack = none #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin DATADIR=$PKGDIR_PROD/data mkdir -p $BINDIR $DATADIR mkdir tmp cd tmp unzip -a $PKGDIR_MASTER/Kiwi06d_src.zip sed -e "s|__META_PREFIX__|$PKGDIR_PROD|g" \ < $PKGDIR_SPECIAL/kiwichess-01-local.patch.in \ > local.patch patch -p1 < local.patch make cp -p ../kiwi $BINDIR/kiwichess unzip $PKGDIR_SPECIAL/KiwiBookMM_6.zip mv kiwi.obk $DATADIR/kiwichess.obk #--------------------------------------------------------------------- # 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_data = http://www.ascotti.org/programming/chess/zip/\ KiwiBookMM_6.zip url_debian = tbd url_home = http://www.ascotti.org/programming/chess/chess.htm url_lfs = n/a url_tarball = http://www.ascotti.org/programming/chess/zip/\ Kiwi06d_src.zip