# dreamchess/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. The official "Dream Chess" package includes both a chess GUI # named "Dream Chess" and a chess engine named "Dreamer". Presently, # the local version of the package installs the engine, but not the # GUI. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.40 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.47 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.48 minutes) - HP EliteBook 8560w 32GB RAM 00.03 hours (or 001.88 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] exepack = yes ldbefore = -lm -lc # Confirmed to be needed license = GNU General Public License, version 2 (June 1991) nosyslinks = yes setpaths = xorg tmpsize = 9M #--------------------------------------------------------------------- [depends] actools bison3 flex gawk grep jpeg libpng optipng sdl xorg zlib #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE sed -e 's@\(inline float arccos\)@static \1@' \ -i src/ui_sdlgl/ui_sdlgl_3d.c bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --mandir=$MANBASE #--------------------------------------------------------------------- [build] export LACINCDIRS=$PRODTREE/sdl/include/SDL:$LACINCDIRS BINDIR=$PKGDIR_PROD/bin mkdir -p $BINDIR make cp -p src/dreamer/dreamer $BINDIR/ cd $BINDIR ln -nsf dreamer dreamchess #--------------------------------------------------------------------- # 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 = tbd url_home = http://www.dreamchess.org/ url_lfs = n/a url_tarball = http://download.berlios.de/dreamchess/\ dreamchess-0.1.0.tar.gz #--------------------------------------------------------------------- [history] 180716 Fixed a FTBFS related to use of "inline"