# iwidgets/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package has been renamed. #--------------------------------------------------------------------- 2. "iwidgets" is also known as "[incr widgets]". #--------------------------------------------------------------------- [buildtimes] 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.05 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.08 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.00 hours (or 000.12 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] license = See "license*.txt" under installed tree proddir = none purge = no revision = numeric setpaths = $PRODTREE/tcltk shareddir = yes tmpsize = 5M #--------------------------------------------------------------------- [depends] actools itcl tcltk-core:strict #--------------------------------------------------------------------- [configure] TCLTKDIR=$PRODTREE/tcltk ITCLDIR=$PRODTREE/tcltk/lib chmod 755 `ff mkinstalldirs` BINDIR=$TCLTKDIR/bin MANBASE=$TCLTKDIR/man mkdir -p $BINDIR $MANBASE if [ $LACBITS == 64 ]; then BITSW=--enable-64bit else BITSW= fi bash ./configure \ --prefix=$TCLTKDIR \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --mandir=$MANBASE \ --with-itcl=$ITCLDIR \ --with-tcl=$BINDIR \ --with-tk=$BINDIR \ $BITSW #--------------------------------------------------------------------- [build] DOCDIR=$PRODTREE/tcltk/doc mkdir -p $DOCDIR make install cp -p license.terms $DOCDIR/license-iwidgets.txt #--------------------------------------------------------------------- # 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/iwidgets4 url_home = http://incrtcl.sourceforge.net/iwidgets/ url_lfs = n/a url_tarball = https://launchpad.net/debian/+archive/primary/\ +sourcefiles/iwidgets4/4.0.1-6/iwidgets4_4.0.1.orig.tar.gz