# timeless/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.17 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none exepack = yes ldbefore = -lX11 -lc license = GNU General Public License (see comments in source code) tmpsize = 1M unpack = relaxed #--------------------------------------------------------------------- [depends] libmikmod # Needed at runtime mikmod # Ditto sdl # Ditto #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin PROGDIR=$PKGDIR_PROD/program DOCDIR=$PKGDIR_PROD/doc mkdir -p $BINDIR $PROGDIR $DOCDIR make SPCDIR=$PKGDIR_SPECIAL cp -p timeless $PROGDIR/timeless.bin cp -p $SPCDIR/misc/timeless.mod $PROGDIR/ cp -p $SPCDIR/misc/timeless.txt $DOCDIR/ cp -p $SPCDIR/misc/modfile.url $DOCDIR/ sed -e "s|__META_PREFIX__|$PKGDIR_PROD|g" \ < $SPCDIR/wrappers/timeless.wrapper.in \ > $BINDIR/timeless chmod 755 $BINDIR/timeless #--------------------------------------------------------------------- # 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.linuxmotors.com/timeless/ url_lfs = n/a url_tarball = http://www.linuxmotors.com/timeless/\ download/SDL_timeless-100.tgz #--------------------------------------------------------------------- [about] This is an SDL port of Tran's "timeless" demo from 1994. The demo is similar to a screen saver.