# libffcall/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. This package is based on a CVS 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 fol- lowing: P=libffcall CVSBASE="-d:pserver:anonymous@cvs.sv.gnu.org:/sources/$P" cvs $CVSBASE login cvs -z3 $CVSBASE co -P ffcall cvs $CVSBASE logout rm -fr `find ffcall -name CVS` mv ffcall $P tar jcf $P-cvs-NUMBER.tar.bz2 $P #--------------------------------------------------------------------- [buildtimes] 00.02 hours (or 001.05 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.02 hours (or 001.13 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.02 hours (or 001.18 minutes) - HP EliteBook 8560w 32GB RAM 00.02 hours (or 001.20 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.06 hours (or 003.52 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes fortran = disabled license = See "license*.txt" in installed tree licfile = COPYING nls = disabled smp = no tmpsize = 10M #--------------------------------------------------------------------- [depends] actools gawk grep sed #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --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 = Not checked yet url_home = http://www.gnu.org/software/libffcall/ url_lfs = n/a url_tarball = cvs # See "technotes" in "cfg" file