# groff-full/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The lower-level package "groff" installs a basic "bootstrap" ver- sion of the "groff" toolset. The "bootstrap" version omits support for various features (such as printing through "lpr") because the features in question require external programs that may not be available when the basic version is built. This package (groff-full) rebuilds the toolset and installs a more complete version. #--------------------------------------------------------------------- [buildtimes] 00.03 hours (or 001.82 minutes) - HP EliteBook 8560w 32GB RAM 00.04 hours (or 002.25 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.05 hours (or 002.85 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.13 hours (or 008.03 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] archive = same as for groff build = default exepack = yes license = GNU General Public License, version 2 (June 1991) patchdir = same as for groff proddir = $PRODTREE/groff purge = yes smp = no #--------------------------------------------------------------------- # Future: Determine whether or not "lprng" should be added as a de- # pendency. [depends] bison3 cups gawk grep groff:strict netpbm xorg #--------------------------------------------------------------------- [configure] APPRESDIR=/usr/X11R6/share/X11/app-defaults mkdir -p $APPRESDIR PAGE=letter sh ./configure \ --prefix=$PKGDIR_PROD \ --with-appresdir=$APPRESDIR \ --with-x #--------------------------------------------------------------------- [postbuild] cd $PKGDIR_PROD/bin ln -nsf eqn geqn ln -nsf tbl gtbl rm -fr $PKGDIR_PROD/share/doc/ #--------------------------------------------------------------------- # 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/groff url_home = http://www.gnu.org/software/groff/groff.html url_lfs = http://www.linuxfromscratch.org/lfs/view/stable/\ chapter06/groff.html url_tarball = ftp://ftp.gnu.org/gnu/groff/groff-1.19.2.tar.gz