# libmspub/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [settings] build = default license = COPYING.MPL fortran = no setpaths = libicu tmpsize = 26M #--------------------------------------------------------------------- [depends] actools boost bzip2 gawk grep libicu librevenge pkgconf sed zlib #--------------------------------------------------------------------- [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] cd $PKGDIR_PROD/include ln -s libmspub-0.1/libmspub . #--------------------------------------------------------------------- # 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 = tbd url_lfs = tbd url_tarball = https://dev-www.libreoffice.org/src/\ libmspub/libmspub-0.1.4.tar.xz #--------------------------------------------------------------------- [history] 170706 Added package. Started with 0.1.2. 180304 Updated to 0.1.3 180811 Updated to 0.1.4 210221 Patched to fix FTBFS with "gcc" 10