# libfmt/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source archive used by this package has been renamed. #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] license = See "license*.txt" in installed tree licfile = LICENSE.rst #--------------------------------------------------------------------- [depends] cmake #--------------------------------------------------------------------- [configure] mkdir obj && cd obj cmake \ -DCMAKE_BUILD_TYPE=RELEASE \ -DCMAKE_INSTALL_PREFIX=$PKGDIR_PROD \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=ON \ .. #--------------------------------------------------------------------- [build] cd obj && smpmake && make install #--------------------------------------------------------------------- [postbuild] rm -fr $PKGDIR_PROD/lib/*.a #--------------------------------------------------------------------- # 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://github.com/fmtlib/fmt/archive/refs/tags/\ 8.0.1.zip #--------------------------------------------------------------------- [history] 250520 Added package 250520 Started with 8.0.1