# ttftool/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. In the past, "abiword" included a utility named "ttftool". However, as of mid-2007, the latest "abiword" release (2.5.1) seemed to be mis- sing "ttftool". The missing utility is required for some purposes; in particular, this distro's "magickfonts" package won't work properly without it. Therefore, we've created a separate "ttftool" package to replace the missing utility. #--------------------------------------------------------------------- 2. The new "ttftool" package is based on code extracted from the "abi- word" 2.4.6 source archive. The archive in question was obtained orig- inally from: http://www.abisource.com/downloads/abiword/2.4.6/source/\ abiword-2.4.6.tar.bz2 Note: The preceding URL was valid as of mid-2007. However, it may have broken since then. #--------------------------------------------------------------------- 3. "abiword" 2.4.6 was distributed under the GNU General Public Lic- ense, version 2 (June 1991). Since the new "ttftool" package is based on "abiword" 2.4.6, it's distributed under the same license. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.03 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.00 hours (or 000.03 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.03 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.08 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none depends = none exepack = yes license = GNU General Public License, version 2 (June 1991) tmpsize = 1M #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin mkdir -p $BINDIR make cp -p ttftool $BINDIR/ #--------------------------------------------------------------------- # 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 = See "technotes" in "cfg" file