# pth/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.55 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.60 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.63 minutes) - HP EliteBook 8560w 32GB RAM 00.05 hours (or 002.87 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default license = See "license*.txt" in installed tree licfile = COPYING tmpsize = 5M #--------------------------------------------------------------------- [depends] actools grep sed #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $PKGDIR_PROD mkdir -p $MANBASE/man{1,3} mkdir -p $PKGDIR_PROD/{bin,doc,include,lib,man,share,aclocal} SHTOOL= sed -i 's#$(LOBJS): Makefile#$(LOBJS): pth_p.h Makefile#' \ Makefile.in sed -e 's@.(SHTOOL).echo@echo@' \ -e 's@.(SHTOOL).install@install@' \ -e 's@.(SHTOOL).mkdir -f@mkdir@' \ -i Makefile.in bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-tests \ --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 = http://packages.debian.org/unstable/source/pth url_home = http://www.gnu.org/software/pth/ url_lfs = n/a url_tarball = ftp://ftp.ossp.org/pkg/lib/pth/pth-2.0.7.tar.gz #--------------------------------------------------------------------- [history] 180629 Added some Alpine patches