# tuxpaint/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. "tuxpaint" 0.9.21 needed "make" 3.81 (exactly) to build. Release 0.9.27 didn't seem to have this requirement. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.35 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.72 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.03 hours (or 001.68 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] altpkg = yes configure = none exepack = yes ldbefore = -lpangoft2-1.0 -lgobject-2.0 license = See "license*.txt" in installed tree licfile = docs/COPYING.txt tmpsize = 298M setpaths = gtkcore libmikmod #--------------------------------------------------------------------- [depends] aalib alsa freetype2 gpm gtkcore libmikmod libpng libpng14 libvorbis make381 nas pngquant sdl slang smpeg tiff xorg #--------------------------------------------------------------------- [build] touch xdg-icon-resource chmod 755 xdg-icon-resource PATH=`pwd`:$PATH smpmake && make install #--------------------------------------------------------------------- [postbuild] BINDIR=$PKGDIR_PROD/bin LIBDIR=$PKGDIR_PROD/lib MISCDIR=$PKGDIR_PROD/misc SHADIR=$PKGDIR_PROD/share mkdir -p $BINDIR $MISCDIR PROGBASE=tuxpaint SPCMISC=$PKGDIR_SPECIAL/misc rm -fr $SHADIR/$PROGBASE/fonts/locale tar zxf $SPCMISC/tuxpaint-stamps-2021*.tar.gz cd tuxpaint-stamps-2021* sed -e "s|^PREFIX=.*|PREFIX=$PKGDIR_PROD|" -i Makefile which install make install-all #--------------------------------------------------------------------- cd $BINDIR rm -fr ../xbin/ 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 = http://packages.debian.org/unstable/source/tuxpaint url_home = http://www.tuxpaint.org/ url_lfs = n/a url_tarball = http://downloads.sourceforge.net/tuxpaint/\ tuxpaint-0.9.27.tar.gz #--------------------------------------------------------------------- [history] 211130 Updated from 0.9.21 to 0.9.27