# sparky/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.02 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.03 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.03 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.07 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] addopt = -O3 compiler = gcc configure = none exepack = yes ldbefore = -lm -lc license = See "license*.txt" in installed tree nosyslinks = bin revision = 030227 tmpsize = 1M unpack = none setpaths = allegro-legacy alsa jackone xorg #--------------------------------------------------------------------- [depends] allegro5 allegro-legacy #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin PROGDIR=$PKGDIR_PROD/program DOCDIR=$PKGDIR_PROD/doc PROGBASE=sparky mkdir -p $BINDIR $DOCDIR $PROGDIR LACINCDIRS=$LACINCDIRS:$PRODTREE/allegro5/include BTMPDIR=tmp$$ rm -fr $BTMPDIR mkdir $BTMPDIR cd $BTMPDIR unzip $PKGDIR_MASTER/sparky.zip tree2unixtext --run patch -p1 < $PKGDIR_SPECIAL/sparky.spcpat cp -a readme.txt $PKGDIR_SPECIAL/license*.txt $DOCDIR/ gcc -O3 -o sparky \ `allegro-config --cflags` *.c \ `allegro-config --libs` cp -a sparky $PROGDIR/ cd $BINDIR sed -e "s|__META_LACUTIL__|$SYSDIR_LACUTIL|g" \ -e "s|__META_PREFIX__|$PKGDIR_PROD|g" \ -e "s|__META_PRODTREE__|$PRODTREE|g" \ < $PKGDIR_SPECIAL/$PROGBASE.wrapper.in \ > $PROGBASE chmod 755 $PROGBASE cd $PROGDIR cp -p $PRODTREE/allegro-legacy/cfg/*.cfg . #--------------------------------------------------------------------- # 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://bdavis.strangesoft.net/ url_lfs = n/a url_tarball = http://bdavis.strangesoft.net/sparky.zip #--------------------------------------------------------------------- [about] From the original web site: "Sparky uses a particle engine along with a warp feedback effect to animate some stylised sparks and smoke. It was the winning entry in the Pixelate Particle Effects Competition." "I developed this demo on a Pentium 233 MHz processor, and it ran fine in 320x200x8. There's a comment in the readme.txt file about high re- solutions being insane, but I'm not so sure about that now that I have an AthlonXP 1800+!" #--------------------------------------------------------------------- [history] 250614 Rebased on "allegro-legacy"