# supertux/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. Presently, the source tarball that's used for this package is # very old (it dates back to 2005). As of 2010, newer release(s) are # available. However, the newer release(s) may be incompatible with # old data files (specifically, added levels) and/or patches. There- # fore, this distro will stay with the older release for the time be- # ing. #--------------------------------------------------------------------- # 2. For best results, this package needs OpenGL. #--------------------------------------------------------------------- [buildtimes] 00.02 hours (or 000.97 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.02 hours (or 001.17 minutes) - HP EliteBook 8560w 32GB RAM 00.02 hours (or 001.32 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.07 hours (or 004.03 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] altpkg = yes build = default cppstd = gnu++98 exepack = yes license = GNU General Public License, version 2 (June 1991) nosyslinks = bin setpaths = libmikmod rmtmpdir = no #@@@ #--------------------------------------------------------------------- [depends] actools gawk grep libmikmod sdl xorg zlib #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-debug \ --disable-dependency-tracking \ --disable-static \ --enable-shared \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] BINDIR=$PKGDIR_PROD/bin MISCDIR=$PKGDIR_PROD/misc PROGBASE=supertux SHADIR=$PKGDIR_PROD/share/supertux SPCICON=$PKGDIR_SPECIAL/icons SPCWRAP=$PKGDIR_SPECIAL/wrappers cd $BINDIR ln -s supertux SuperTux cd $SHADIR/levels unzip -qo $PKGDIR_SPECIAL/levels/ExtraSuperTuxLevels.zip mv Dr_Small_s_Domain/*.jpg $SHADIR/images/background/ rm Dr_Small_s_Domain/readme.txt mkdir -p $MISCDIR cp -a $SPCICON/ocaalert.png $MISCDIR/alert.png 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" \ < $SPCWRAP/$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 = http://packages.debian.org/unstable/source/supertux url_home = http://supertux.lethargik.org/ url_lfs = n/a url_tarball = http://download.berlios.de/supertux/\ supertux-0.1.3.tar.bz2 #--------------------------------------------------------------------- [about] SuperTux is a classic 2D jump-and-run "side scroller" game done in a style similar to the original SuperMario games. The Milestone1 release of SuperTux features 9 enemies, 26 playable levels, software and OpenGL rendering modes, plus configurable joystick and keyboard input, new music and completely redone graphics.