# monstermush/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. "monstermush" is a Laclin fork of a rather nice retro arcade game based on "pygame". The game may crash occasionally but seems to work well enough in gen- eral. The upstream game was named "Monsters and Mushrooms". The source code for that version is provided in the package's "src" "special" subdir- ectory. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.02 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM 00.00 hours (or 000.02 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.02 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] configure = none license = See "license*.txt" in installed tree licfile = gpl.txt revision = 080916 tmpsize = 1M unpack = relaxed #--------------------------------------------------------------------- [depends] pygame python #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin PRGDIR=$PKGDIR_PROD/program mkdir -p $BINDIR $PRGDIR EXEFILE=$BINDIR/monstermush cat > $EXEFILE << END #!/bin/sh cd $PRGDIR || exit 1 python game.py "\$@" >& /ram/monstermush\$\$.log END chmod 755 $EXEFILE rm -f `find . -name \*~` rm -f `find . -name \*.pyc` cp -a * $PRGDIR/ #--------------------------------------------------------------------- # 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.pygame.org/project/989/ url_lfs = n/a url_tarball = http://www.tofusoupfactory.org/downloads/\ monsters_and_mushrooms.tar.gz #--------------------------------------------------------------------- [history] 180325 Switch to local version 180325 Modified to double dimensions if necessary