# am115/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. "am115" installs obsolete (and renamed) copies of the "aclocal" and "automake" programs from 2017 (release 1.15.1). These copies may be needed to build some programs that aren't compatible with other re- leases #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] build = default exepack = yes license = See "license*.txt" in installed tree licfile = COPYING unpack = relaxed #--------------------------------------------------------------------- [depends] autoconf cpio:forward gawk grep:forward #--------------------------------------------------------------------- [configure] ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST #--------------------------------------------------------------------- [postbuild] rm -fr $PKGDIR_PROD/share/{doc,info,man} cd $PKGDIR_PROD/bin for x in aclocal automake do sed -e 's@\(/share/aclocal\)\(["\o047]\)@\1-1.15\2@' \ -i $x || exit 1 rm -fr $x-1.15 || exit 1 mv $x $x-1.15 || exit 1 done #--------------------------------------------------------------------- # 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 # This is an obsolete version url_home = http://www.gnu.org/software/automake/ url_lfs = http://www.linuxfromscratch.org/lfs/view/stable/\ chapter06/automake.html url_tarball = ftp://ftp.gnu.org/pub/gnu/automake/\ automake-1.15.1.tar.gz #--------------------------------------------------------------------- [history] 210223 Added package. Started with 1.15.1.