# kipmind/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.03 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.05 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.05 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.18 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none license = DWIWYW [Do With It What You Want] Public License nosyslinks = bin revision = 060807 tmpsize = 3M unpack = none setpaths = allegro44 alsa jackone #--------------------------------------------------------------------- [depends] allegro44 alsa jackone #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin PROGDIR=$PKGDIR_PROD/program mkdir -p $BINDIR $PROGDIR \ BTMPDIR=tmp$$ rm -fr $BTMPDIR mkdir $BTMPDIR cd $BTMPDIR \ unrar x $PKGDIR_MASTER/mastermind.rar \ sed -e "s|__META_PREFIX__|$PKGDIR_PROD|g" \ < $PKGDIR_SPECIAL/kipmind.spcpat \ > kipmind.spcpat patch -p1 < kipmind.spcpat \ cd src make upx --lzma mm \ mv mm mastermind.bin cp -p mastermind.bin $PROGDIR/ cp -p ../bin/mm.dat $PROGDIR/ chmod 777 $PROGDIR/ \ sed -e "s|__META_PREFIX__|$PKGDIR_PROD|" \ < $PKGDIR_SPECIAL/kipmind.in \ > $BINDIR/kipmind chmod 755 $BINDIR/kipmind \ cd $BINDIR ln -s kipmind mastermind #--------------------------------------------------------------------- # 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 = n/a url_home = http://www.kipdev.nl/labs/mastermind/ url_lfs = n/a url_tarball = http://www.kipdev.nl/labs/wp-content/files/\ mastermind.rar #--------------------------------------------------------------------- [about] The goal of the game is to crack a code wich consists of a number of colors in a specific order (for example, Red-Blue-White-Green). You're given a limited number of chances to guess the code. After you've entered a guess, the computer will tell you the number of col- ors that were right *and* in the right place, and the number of col- ors that exist somewhere in the code but weren't in the right place. This is done using black and white blocks: a black block means the corresponding color is in the right place and a white block means that the color exists in the code but in another place.