# hadrop/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. "Apple Drop" (AKA "adrop" or "hadrop") is an Allegro demo and/or game written by Daniel Harmon circa 2001. The author distributed the source code for the game for at least four years. Based on context, the source code is believed to be redistributable. However, as of mid-2008, neither the source code nor the original web site stated an explicit license. #--------------------------------------------------------------------- 2. The upstream version of "hadrop" seems to require hardware MIDI. However, this distro's "allegro44" package (which "hadrop" relies on for MIDI support) has been patched to run without hardware MIDI; so this distro's version of "hadrop" should work regardless (though pos- sibly without MIDI sound). #--------------------------------------------------------------------- [buildtimes] 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) - HP EliteBook 8560w 32GB 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] configure = none license = See "technotes" in "cfg" file nosyslinks = yes revision = 040524 tmpsize = 1M unpack = none setpaths = allegro44 alsa jackone #--------------------------------------------------------------------- [depends] allegro44 alsa jackone #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin PROGDIR=$PKGDIR_PROD/program mkdir -p $BINDIR $PROGDIR EXEFILE=$PROGDIR/apple-drop.bin unzip -q $PKGDIR_MASTER/apple_src.zip unzip -q $PKGDIR_SPECIAL/apple_win.zip tree2unixtext --run patch -p1 < $PKGDIR_SPECIAL/hadrop.spcpat make -f $PKGDIR_SPECIAL/Makefile cp -p apple-drop $EXEFILE (upx --lzma $EXEFILE || true) cp -p apple.dat $PROGDIR/ sed -e "s|__META_PREFIX__|$PKGDIR_PROD|g" \ < $PKGDIR_SPECIAL/hadrop.wrapper.in \ > $BINDIR/hadrop chmod 755 $BINDIR/hadrop #--------------------------------------------------------------------- # 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_archive_data = http://members.lycos.co.uk/dlharmon/games/\ archive/apple_win.zip url_archive_main = http://members.lycos.co.uk/dlharmon/games/\ archive/apple_src.zip url_debian = Not checked yet url_home = http://members.lycos.co.uk/dlharmon/games/ url_lfs = n/a #--------------------------------------------------------------------- [history] 181010 Modified to use "wraplac" wrapper