# missile/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.02 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.15 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none exepack = yes ldbefore = -lm -lc license = See "license*.txt" in installed tree licfile = COPYING.GPL nosyslinks = bin tmpsize = 1M #--------------------------------------------------------------------- [depends] sdl #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin mkdir -p $BINDIR PROGBASE=missile SPCWRAP=$PKGDIR_SPECIAL/wrappers make rm -fr data/zaurus_graphics cp -p missile $BINDIR/ cp -a data $PKGDIR_PROD/ 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 = Not checked yet url_home = http://missile.sourceforge.net/ url_lfs = n/a url_tarball = http://missile.sourceforge.net/dl/\ missile-1.0.1.tar.gz