# gcolor2/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.27 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.33 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.38 minutes) - HP EliteBook 8560w 32GB RAM 00.02 hours (or 001.05 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes fortran = disabled license = GNU General Public License, version 2 (June 1991) nls = disabled tmpsize = 3M #--------------------------------------------------------------------- [depends] actools cairo cpan-xml-parser fontconfig freetype2 gawk grep gtkcore libpng perl sed #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] BINDIR=$PKGDIR_PROD/bin DOCDIR=$PKGDIR_PROD/doc MISCDIR=$PKGDIR_PROD/misc mkdir -p $BINDIR $DOCDIR $MISCDIR LICFILE=COPYING PROGBASE=gcolor2 SPCICON=$PKGDIR_SPECIAL/icons SPCMISC=$PKGDIR_SPECIAL/misc cp -a $LICFILE $DOCDIR/license.txt cp -a $SPCICON/ocaalert.png $MISCDIR/alert.png #--------------------------------------------------------------------- cd $BINDIR mkdir -p ../xbin/ mv $PROGBASE ../xbin/ cp $PKGDIR_SPECIAL/wrappers/$PROGBASE.wrapper.in $PROGBASE chmod 755 $PROGBASE #--------------------------------------------------------------------- # 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 = tbd url_home = http://gcolor2.sourceforge.net/ url_lfs = n/a url_tarball = http://downloads.sourceforge.net/gcolor2/\ gcolor2-0.4.tar.gz #--------------------------------------------------------------------- [history] 210218 Patched to fix FTBFS with "gcc" 10 211101 Updated wrapper