# mtpaint/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. This "cfg" file installs the "mtpaint" manual as an HTML tree. How- ever, it doesn't tell "mtpaint" which web browser to use or where the manual is located. To set up the documentation, you'll need to modify the appropriate "mtpaint" configuration file(s). For more information, build "mtpaint", run the program, and select Image -> Preferences. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.17 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.32 minutes) - Dell Inspiron 1545 00.01 hours (or 000.37 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.40 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.03 hours (or 001.72 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default dontfind = giflib5 exepack = yes license = See "license-*.txt" under installed tree nosyslinks = true setpaths = giflib4 tmpsize = 8M #--------------------------------------------------------------------- [depends] cairo expat fontconfig freetype2 giflib4 gtkcore jpeg libpng tiff xorg zlib #--------------------------------------------------------------------- [configure] BINDIR=$PKGDIR_PROD/bin MANBASE=$PKGDIR_PROD/man MANDIR=$MANBASE/man1 mkdir -p $BINDIR $MANBASE $MANDIR # Note: The "configure" command used here must specify "GIF" and not # "GIF gif" or "gif". "GIF", by itself, tells the package to build # against "giflib" as opposed to "libungif". bash ./configure \ gtk2 GIF jpeg tiff \ man --bindir=$BINDIR --mandir=$MANDIR #--------------------------------------------------------------------- [postbuild] BUILDDIR=`pwd` DOCDIR=$PKGDIR_PROD/doc mkdir -p $DOCDIR rm -r $DOCDIR mkdir -p $DOCDIR cd $DOCDIR unzip $PKGDIR_SPECIAL/misc/mtpaint_handbook-3.40.zip mv mtpaint_handbook-3.40/docs html mv mtpaint_handbook-3.40/COPYING license-mtpaint-doc.txt rm -fr mtpaint_handbook-3.40 mv $BUILDDIR/COPYING license-mtpaint-main.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 = Not checked yet url_home = http://mtpaint.sourceforge.net/ url_lfs = n/a url_manual = http://downloads.sourceforge.net/mtpaint/\ mtpaint_handbook-3.50.zip url_tarball = http://downloads.sourceforge.net/mtpaint/\ mtpaint-3.50.tar.bz2 #--------------------------------------------------------------------- [history] 210207 Updated from 3.40 to 3.50