# lesstif/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. This package will apparently use "ctags" (from "emacs") if it's # available. However, "ctags" doesn't seem to be required, and it's # usually built at a later stage. Therefore, it's not listed as a de- # pendency. #--------------------------------------------------------------------- [buildtimes] 00.06 hours (or 003.38 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.07 hours (or 003.97 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.16 hours (or 009.73 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes fortran = disabled license = See "license*.txt" in installed tree licfile = COPYING nls = disabled setpaths = freetype2 xorg tmpsize = 34M #--------------------------------------------------------------------- [depends] actools expat fontconfig freetype2 gawk grep lynx sed xorg #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE for x in \ 020_missing_xm_h \ 020_render_table_crash \ 020_xpmpipethrough \ 030_manpage do patch -p1 < debian/patches/$x.diff done bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-build-tests \ --disable-debug \ --disable-dependency-tracking \ --enable-production \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE \ --with-xdnd #--------------------------------------------------------------------- [postbuild] rm -fr $PKGDIR_PROD/LessTif/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/lesstif2 url_home = http://www.lesstif.org/ url_lfs = http://www.linuxfromscratch.org/blfs/view/stable/\ x/lesstif.html url_tarball = http://downloads.sourceforge.net/sourceforge/\ lesstif/lesstif-0.95.2.tar.bz2 #--------------------------------------------------------------------- [history] 170704 Fixed "libtool"-related build problem