# bbe/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. Debian was last checked in late 2006. At the time, Debian patches # existed for this package, but they didn't include any non-Debian # changes. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.13 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.13 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.15 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.00 hours (or 000.17 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.40 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes license = See "license*.txt" in installed tree licfile = COPYING tmpsize = 2M #--------------------------------------------------------------------- [depends] actools gawk grep sed #--------------------------------------------------------------------- [configure] DOCDIR=$PKGDIR_PROD/doc MANBASE=$PKGDIR_PROD/man mkdir -p $DOCDIR $MANBASE sed -e 's@\(ac_cv_c_inline\)=.*@\1=no@' \ -i configure bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --docdir=$DOCDIR \ --htmldir=$DOCDIR \ --infodir=$DOCDIR \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] DOCDIR=$PKGDIR_PROD/doc mkdir -p $DOCDIR SHAREDIR=$PKGDIR_PROD/share XBBEHTML=$SHAREDIR/doc/bbe/bbe.html if [ -f $XBBEHTML ]; then mv $XBBEHTML $DOCDIR/ fi rm -fr $DOCDIR/dir $DOCDIR/*.info $SHAREDIR #--------------------------------------------------------------------- # 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 = http://packages.debian.org/unstable/source/bbe url_home = http://sourceforge.net/projects/bbe-/ url_lfs = n/a url_tarball = http://downloads.sourceforge.net/bbe-/\ bbe-0.2.2.tar.gz #--------------------------------------------------------------------- [history] 180716 Fixed FTBFS related to newer compilers