# othello/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. This is Hein Zelle's version of Othello (AKA Reversi). #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.10 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.07 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.10 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.10 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.42 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] addopt = -O3 compiler = gcc configure = none exepack = yes license = See "license.txt" under installed tree tmpsize = 2M setpaths = allegro-legacy alsa jackone #--------------------------------------------------------------------- [depends] allegro5 allegro-legacy #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin PROGDIR=$PKGDIR_PROD/program DATADIR=$PROGDIR DOCDIR=$PKGDIR_PROD/doc mkdir -p $BINDIR $DATADIR $DOCDIR $PROGDIR export LACINCDIRS=$LACINCDIRS:$PRODTREE/allegro5/include make cp -p othello $PROGDIR/ cp -p {graphics,lucida18,sound,stones}.dat $DATADIR/ cp -p $PKGDIR_SPECIAL/{license,readme}.txt $DOCDIR/ #--------------------------------------------------------------------- [postbuild] BINDIR=$PKGDIR_PROD/bin PROGDIR=$PKGDIR_PROD/program PROGBASE=othello cd $BINDIR sed -e "s|__META_LACUTIL__|$SYSDIR_LACUTIL|g" \ -e "s|__META_PREFIX__|$PKGDIR_PROD|g" \ -e "s|__META_PRODTREE__|$PRODTREE|g" \ < $PKGDIR_SPECIAL/$PROGBASE.wrapper.in \ > $PROGBASE chmod 755 $PROGBASE cd $PROGDIR cp -p $PRODTREE/allegro-legacy/cfg/*.cfg . #--------------------------------------------------------------------- # 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_home = http://www.icce.rug.nl/~hein/ url_lfs = n/a url_tarball = http://www.icce.rug.nl/~hein/ftp/othello/\ othello-1.9.4.tar.gz #--------------------------------------------------------------------- [history] 250614 Rebased on "allegro-legacy"