# chesley/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. The source-tarball filename extension has been changed from # ".tgz" to ".tar.gz". #--------------------------------------------------------------------- # 2. To play "chesley" using "xboard", use a command similar to the # following: # xboard -fd /tmp -fcp /foo/chesley # Replace "/foo/chesley" with an absolute path for the "chesley" exe- # cutable file. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.40 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.43 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.43 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.02 hours (or 001.37 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none cppstd = gnu++98 exepack = yes license = GNU General Public License, version 3 (June 2007) nosyslinks = yes patches = required tmpsize = 19M #--------------------------------------------------------------------- [depends] boost #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin mkdir -p $BINDIR rm -fr deps sed -e "s| -m64| |" -i Makefile sed -e "s| -O3 | -O2 |" -i Makefile make cp -p chesley $BINDIR/ #--------------------------------------------------------------------- # 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_debian = Not checked yet url_freecode = http://freecode.com/projects/\ chesley-the-chess-engine/ url_home = http://chesley.sourceforge.net/ url_lfs = n/a url_tarball = http://downloads.sourceforge.net/project/chesley/\ chesley/chesley%201.1.2/chesley-1.1.2.tgz