# libevent2/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. A procedure similar to the following was used. "YYMMDD" specifies a six-digit date. OUTBASE=libevent2 YYMMDD=180902 DIR=$OUTBASE-git-$YYMMDD URL=https://github.com/libevent/libevent.git rm -fr $OUTBASE $DIR $DIR.tar* git clone $URL $DIR tar cf - $DIR | pbzip2 -c > $DIR.tar.bz2 tardate $DIR.tar.bz2 #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.72 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.02 hours (or 001.20 minutes) - HP EliteBook 8560w 32GB RAM 00.02 hours (or 001.22 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.05 hours (or 002.98 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default dontfind = oldlibevent fortran = disabled license = See "license*.txt" in installed tree licfile = LICENSE tmpsize = 24M unpack = relaxed #--------------------------------------------------------------------- [depends] actools gawk grep openssl sed #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE ./autogen.sh bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE #--------------------------------------------------------------------- # 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://www.monkey.org/~provos/libevent/ url_lfs = n/a url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 170506 Updated from 2.0.22 to 2.1.8 170722 Updated from 2.1.8 to 170722 170810 Updated from 170722 to 170810 171118 Updated from 170810 to 171118 180305 Updated from 171118 to 180305 180621 Updated from 180305 to 180621 180902 Updated from 180621 to 180902