# libwmf/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. Presently, the source tarball that's used for this package is # very old (it dates back to 2005). However, as of mid-2011, it was # the latest known official version. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.68 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.73 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.75 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.05 hours (or 002.78 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] exepack = yes fortran = disabled license = See "license*.txt" in installed tree licfile = COPYING nls = disabled setpaths = libwmf tmpsize = 14M #--------------------------------------------------------------------- [depends] actools expat freetype2 gawk ghostscript grep gtkcore jpeg libgd libpng libxml2 pkgconf sed xorg zlib #--------------------------------------------------------------------- [configure] PRODGHOST=$PRODTREE/ghostscript PRODGSFONTS=$PRODTREE/ghostfonts GSFMDIR=`echo $PRODGHOST/share/ghostscript/*.*/lib/Fontmap` bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-debug \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=no \ --with-gsfontdir=$PRODGSFONTS \ --with-gsfontmap=$GSFMDIR [build] smpmake || make make install || make install #--------------------------------------------------------------------- # For older versions of gtk20, the "bar=" command used here was: # bar=`echo $foo | sed "s|^.*lib|$PRODTREE/gtkcore/lib|"` [postbuild] rm -fr $PKGDIR_PROD/share/doc SHAREFONTS=$PKGDIR_PROD/share/libwmf/fonts rm -fr $SHAREFONTS ln -s $PRODTREE/ghostfonts $SHAREFONTS cp -p $PKGDIR_MASTER/special/fontmap $SHAREFONTS/ foo=`echo $PKGDIR_PROD/lib/gtk-2.0/2.*.0/loaders/` bar=$PRODTREE/gtkcore/lib/gdk-pixbuf-2.0/2.10.0/loaders/ instreplinks -d $foo $bar #--------------------------------------------------------------------- # 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://wvware.sourceforge.net/ url_lfs = n/a url_tarball = http://downloads.sourceforge.net/sourceforge/\ wvware/libwmf-0.2.8.4.tar.gz