# wolf4sdl/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.20 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.28 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.03 hours (or 001.65 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none cppstd = gnu++98 license = See "license-*.txt" under installed tree nosyslinks = yes setpaths = xorg tmpsize = 4M #--------------------------------------------------------------------- [depends] sdl unzip #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin DOCDIR=$PKGDIR_PROD/doc PROGDIR=$PKGDIR_PROD/program mkdir -p $BINDIR $DOCDIR $PROGDIR SPCDIR=$PKGDIR_SPECIAL DATAZIP=$SPCDIR/wolf3d14.zip setunix Makefile make strip wolf3d mv wolf3d $PROGDIR/wolf4sdl.bin setunix license-mame.txt cp -p license-mame.txt $DOCDIR/ cd $PROGDIR (upx --lzma wolf4sdl.bin || true) unzip -Ljqo $DATAZIP \*.wl1 chown -R games.users $PROGDIR chmod u+s wolf4sdl.bin cd $DOCDIR cp -p $SPCDIR/license-wolf3d.txt . cd $BINDIR sed -e "s|__META_PREFIX__|$PKGDIR_PROD|g" \ < $SPCDIR/wolf4sdl.in \ > wolf4sdl chmod 755 wolf4sdl #--------------------------------------------------------------------- # 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.chaos-software.de.vu/ url_lfs = n/a url_zip_data = http://www.users.globalnet.co.uk/~brlowe/\ wolf3d14.zip url_zip_source = http://www.alice-dsl.net/mkroll/bins/\ Wolf4SDL-1.7-src.zip