# 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] configure = none exepack = yes license = See "license.txt" under installed tree tmpsize = 2M setpaths = allegro44 alsa jackone #--------------------------------------------------------------------- [depends] allegro44 alsa jackone #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin DATADIR=$PKGDIR_PROD/data DOCDIR=$PKGDIR_PROD/doc mkdir -p $BINDIR $DATADIR $DOCDIR make cp -p othello $BINDIR/ cp -p {graphics,lucida18,sound,stones}.dat $DATADIR/ cp -p $PKGDIR_SPECIAL/{license,readme}.txt $DOCDIR/ #--------------------------------------------------------------------- [postbuild] BINDIR=$PKGDIR_PROD/bin PROGBASE=othello cd $BINDIR mv $PROGBASE $PROGBASE.bin sed -e "s|__META_LACUTIL__|$SYSDIR_LACUTIL|g" \ -e "s|__META_PREFIX__|$PKGDIR_PROD|g" \ -e "s|__META_PRODTREE__|$PRODTREE|g" \ < $PKGDIR_SPECIAL/wrappers/$PROGBASE.wrapper.in \ > $PROGBASE chmod 755 $PROGBASE #--------------------------------------------------------------------- # 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