# cutemaze/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. This package is based on a Subversion checkout as opposed to an official source tarball. Therefore, the tarball that we're using doesn't have an original URL. It was created using commands similar to the following: X=cutemaze svn checkout http://svn.helloimacat.com/$X/trunk $X rm -fr $X/.svn tar jcf $X-svn-NUMBER.tar.bz2 $X #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.07 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.15 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.27 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.02 hours (or 001.02 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes license = See "license*.txt" in installed tree licfile = COPYING nosyslinks = yes setpaths = qt4 tmpsize = 2M #--------------------------------------------------------------------- [depends] expat fontconfig freetype2 libpng qt4 sed xorg #--------------------------------------------------------------------- [configure] qmake PREFIX=$PKGDIR_PROD sed -e "s|install: install_binary|install: |" -i Makefile #--------------------------------------------------------------------- [postbuild] BINDIR=$PKGDIR_PROD/bin mkdir -p $BINDIR cp -p bin/cutemaze $BINDIR/ #--------------------------------------------------------------------- # 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 = tbd url_home = http://code.helloimacat.com/cutemaze/ url_lfs = n/a url_tarball = svn # See "technotes" in "cfg" file