# brickengine/cfg - "Build" settings for package # Revision: 110923 #--------------------------------------------------------------------- [technotes] # 1. The source tarball for this package was created locally. A script # named "brick-fossil-tarball" was used to do this. The script is # stored in the same directory tree as this "cfg" file. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.40 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.47 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.06 hours (or 003.73 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] license = See "license*.txt" under installed tree nosyslinks = yes proddir = $PRODTREE/brickengine purge = yes shareddir = yes unpack = relaxed dontfind = brick52 brick53 setpaths = brickengine libmikmod sdl tmpsize = 3M #--------------------------------------------------------------------- [depends] alsa cmake jpeg libmikmod libpng sdl #--------------------------------------------------------------------- [configure] mkdir -p engine cd engine cmake \ -DCMAKE_BUILD_TYPE:STRING=RELEASE \ -DCMAKE_INSTALL_PREFIX=$PKGDIR_PROD \ . #--------------------------------------------------------------------- [build] DOCDIR=$PKGDIR_PROD/doc cd engine smpmake || make make install mkdir -p $DOCDIR cp -p LICENSE $DOCDIR/license.txt #--------------------------------------------------------------------- # 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://rs.tc/br/ url_lfs = n/a url_tarball = n/a # See notes near start of this file