# powder/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.70 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.77 minutes) - HP EliteBook 8560w 32GB RAM 00.02 hours (or 001.08 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.07 hours (or 003.95 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none exepack = yes cppstd = gnu++98 ldbefore = -lX11 -lc license = See "license.txt" under installed tree nosyslinks = yes patches = required revision = 115 tmpsize = 44M #--------------------------------------------------------------------- [depends] sdl #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin mkdir -p $BINDIR sh ./buildall.sh cp -p powder $BINDIR/ #--------------------------------------------------------------------- [postbuild] PROGBASE=powder BINDIR=$PKGDIR_PROD/bin DOCDIR=$PKGDIR_PROD/doc mkdir -p $BINDIR $DOCDIR SPCMISC=$PKGDIR_SPECIAL/misc LICFILE=$SPCMISC/license.txt cp -a $LICFILE $DOCDIR/license.txt 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" \ < $PKGDIR_SPECIAL/wrappers/$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://www.zincland.com/powder/ url_lfs = n/a url_tarball = http://www.zincland.com/powder/release/\ powder115_src.tar.gz