# termcap/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. Presently, the source tarball that's used for this package is an- cient. It dates back to 2002. However, as of early 2018, it was the latest known official version. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.05 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.05 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.07 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.38 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default depends = none license = See "license*.txt" in installed tree licfile = COPYING #--------------------------------------------------------------------- [configure] ETCDIR=$PKGDIR_PROD/etc mkdir -p $ETCDIR bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-install-termcap \ --with-termcap=$ETCDIR/termcap sed -e 's@^CFLAGS *=.*@CFLAGS=-fPIC@' -i Makefile #--------------------------------------------------------------------- [postbuild] ETCDIR=$PKGDIR_PROD/etc INCDIR=$PKGDIR_PROD/include mkdir -p $ETCDIR $INCDIR cp -p termcap.src $ETCDIR/termcap cp -p $PKGDIR_SPECIAL/termcap.h $INCDIR/ rm -fr /etc/termcap ln -nsf $ETCDIR/termcap /etc/termcap #--------------------------------------------------------------------- # 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 = n/a url_home = n/a url_lfs = n/a url_tarball = ftp://ftp.gnu.org/gnu/termcap/termcap-1.3.1.tar.gz