# epdfnocups/cfg - "Build" settings for package # Revision: 120209 #--------------------------------------------------------------------- [technotes] # 1. "epdfnocups" is an alternate version of "epdfview" that doesn't # require CUPS. It's not used except under MiniCD versions of this # distro. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.37 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.37 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.70 minutes) - Toshiba Satellite C655 E-300 CPU 4GB RAM 00.02 hours (or 001.42 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] archive = same as epdfview build = default exepack = yes license = GNU General Public License, version 2 (June 1991) nls = disabled nosyslinks = yes patchdir = same as epdfview patches = required tmpsize = 5M #--------------------------------------------------------------------- [depends] actools bison3 cairo epdfview fontconfig freetype2 gawk grep gtkcore jpeg libpng pkgconf poppler #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE X=./autogen.sh if [ -f $X ]; then sh $X || exit 1; fi bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --disable-nls \ --mandir=$MANBASE \ --without-cups #--------------------------------------------------------------------- # 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 = Same as for epdfview url_home = Ditto url_lfs = Ditto url_tarball = Ditto