# libebook/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. OldCoder added this package initially to support LibreOffice. #--------------------------------------------------------------------- [settings] build = default license = See "license*.txt" in installed tree licfile = COPYING setpaths = libicu tmpsize = 56M unpack = relaxed #--------------------------------------------------------------------- [depends] actools boost cppunit gawk gperf grep libicu liblangtag librevenge libxml2 pkgconf sed zlib #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --disable-werror \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE \ --without-docs #--------------------------------------------------------------------- # 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 = Ditto url_lfs = Ditto url_tarball = https://dev-www.libreoffice.org/src/\ libe-book-0.1.3.tar.xz #--------------------------------------------------------------------- [history] 180305 Added package. Started with 0.1.3. 210207 Patched to fix FTBFS with newer "libicu" releases