# bullet/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package has been renamed. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.88 minutes) - HP EliteBook 8560w 32GB RAM 00.03 hours (or 001.70 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.05 hours (or 002.83 minutes) - Toshiba Satellite C655 E-300 CPU 4GB RAM #--------------------------------------------------------------------- [settings] build = default license = See "license*.txt" in installed tree licfile = COPYING tmpsize = 100M #--------------------------------------------------------------------- [depends] actools gawk grep sed xorg # With OpenGL #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE sed -e 's/= "root"/= "hoot"/' \ -i autogen.sh ./autogen.sh bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-demos \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] INCDIR=$PKGDIR_PROD/include mkdir -p $INCDIR cd src tar zcf /tmp/bullet.tmp `find . -name \*.h` cd $INCDIR/bullet tar zxf /tmp/bullet.tmp lndir $INCDIR/ /$LACARCH/include/ #--------------------------------------------------------------------- # 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 = tbd url_lfs = tbd url_tarball = https://storage.googleapis.com/\ google-code-archive-downloads/v2/code.google.com/\ bullet/bullet-2.82-r2704.tgz #--------------------------------------------------------------------- [history] 170515 Updated from 2.81.2613 to 2.82-2704