# xlsxio/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.43 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] license = See "license*.txt" in installed tree licfile = LICENSE.txt slowdown = yes tmpsize = 2M setpaths = expat, minizip-ng, xlsxio, zlib #--------------------------------------------------------------------- [depends] cmake expat minizip-ng zlib #--------------------------------------------------------------------- [configure] mkdir obj cd obj cmake \ -DCMAKE_BUILD_TYPE:STRING=RELEASE \ -DCMAKE_INSTALL_PREFIX:PATH=$PKGDIR_PROD \ -DCMAKE_INSTALL_LIBDIR=lib \ .. #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin mkdir -p $BINDIR pushd obj smpmake make install popd #--------------------------------------------------------------------- # 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://downloads.sourceforge.net/\ xlsxio/xlsxio-0.2.35.tar.xz #--------------------------------------------------------------------- [history] 180317 Added package. Started with 0.2.14. 180504 Updated to 0.2.18 180627 Updated to 0.2.19 240630 Updated to 0.2.35