# xaos/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.65 minutes) - Dell Inspiron 1545 00.01 hours (or 000.65 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.02 hours (or 001.28 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.07 hours (or 003.90 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default dontfind = libpng, libpng12, libpng14 exepack = yes license = See "license*.txt" in installed tree licfile = COPYING nls = disabled nosyslinks = bin setpaths = libgsl libmodpng14 tmpsize = 14M unpack = relaxed #--------------------------------------------------------------------- [depends] aalib actools bison3 gettext gpm grep libgsl libmodpng14 ncurses xorg zlib #--------------------------------------------------------------------- [configure] sed -e 's/png_/modpng14_/g' \ -e 's/libpng/libmodpng14/g' \ -e 's/-lpng/-lmodpng14/g' \ -e 's/PNGAPI/MODPNG14API/g' \ -e 's/PNG_/MODPNG14_/g' \ -e 's/png.h/modpng14.h/g' \ -e 's/pngconf.h/modpng14conf.h/g' \ -i `ff -at | grep -v " "` MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE touch msgmerge chmod 755 msgmerge PATH=$PKGDIR_BUILD:$PATH bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-nls \ --mandir=$MANBASE \ --with-ggi-driver=no \ --with-gtk-driver=no \ --with-svga-driver=no #--------------------------------------------------------------------- [postbuild] BINDIR=$PKGDIR_PROD/bin DOCDIR=$PKGDIR_PROD/doc mkdir -p $DOCDIR cp -p README $DOCDIR/readme.txt cd $BINDIR mkdir -p ../xbin/ rm -fr ../xbin/xaos mv xaos ../xbin/ cp -p $PKGDIR_SPECIAL/xaos.wrapper.in xaos chmod 755 xaos #--------------------------------------------------------------------- # 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/xaos url_home = http://wmi.math.u-szeged.hu/xaos/doku.php url_lfs = n/a url_tarball = http://downloads.sourceforge.net/\ xaos/xaos-3.6.tar.gz