# libargp/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. This package uses a local "OldCoder" release of "libargp" which is a modified version of the 2004 upstream code. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.20 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.00 hours (or 000.25 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.27 minutes) - HP EliteBook 8560w 32GB RAM #--------------------------------------------------------------------- [settings] license = GNU GPL 2 nosyslinks = yes tmpsize = 2M unpack = relaxed #--------------------------------------------------------------------- [depends] actools gawk grep sed #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE touch compile autoreconf bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --mandir=$MANBASE #--------------------------------------------------------------------- [build] INCDIR=$PKGDIR_PROD/include LIBDIR=$PKGDIR_PROD/lib mkdir -p $INCDIR $LIBDIR smpmake mv argp*.h $INCDIR/ mv libargp.a $LIBDIR/ #--------------------------------------------------------------------- # 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 = tbd url_lfs = tbd url_tarball = n/a #--------------------------------------------------------------------- [history] 180701 Added package. Started with 1.3. 180701 Added some Alpine patches 180702 Reworked to produce a separate OldCoder version