# wizznic/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.15 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.33 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.03 hours (or 001.90 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] altpkg = yes configure = none exepack = yes license = GNU General Public License, version 3 (June 2007) nosyslinks = yes nowerror = yes setpaths = libmikmod sdl xorg tmpsize = 51M #--------------------------------------------------------------------- [depends] alsa jpeg libmikmod libpng sdl sed xorg #--------------------------------------------------------------------- [build] sed -e '/#define PLATFORM_SUPPORTS_STATSUPLOAD/d' \ -i `find . -type f -name \*.h` BINDIR=$PKGDIR_PROD/bin DATADIR=$PKGDIR_PROD/data mkdir -p $BINDIR $DATADIR make -f Makefile.linux make -f Makefile.linux install #--------------------------------------------------------------------- [postbuild] BINDIR=$PKGDIR_PROD/bin MISCDIR=$PKGDIR_PROD/misc mkdir -p $BINDIR $MISCDIR PROGBASE=wizznic SPCICON=$PKGDIR_SPECIAL/icons SPCWRAP=$PKGDIR_SPECIAL/wrappers cp -a $SPCICON/ocaalert.png $MISCDIR/alert.png 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://sourceforge.net/projects/wizznic/ url_lfs = n/a url_tarball = http://downloads.sourceforge.net/wizznic/\ wizznic_src_build_380.tar.bz2