# spice-protocol/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.03 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.07 minutes) - HP EliteBook 8560w 32GB RAM #--------------------------------------------------------------------- [settings] defer = glibc64 license = See "license*.txt" in installed tree licfile = COPYING tmpsize = 1M #--------------------------------------------------------------------- [depends] actools gawk grep meson ninja python sed #--------------------------------------------------------------------- [configure] PATH=$PRODTREE/python3/bin:$PATH PP=$PKGDIR_PROD rm -fr build mkdir build meson build \ -D prefix=$PP cd build if [ \! -f build.ninja ]; then exit 1; fi meson configure #--------------------------------------------------------------------- [build] cd build ninja_simple_build #--------------------------------------------------------------------- [postbuild] cd $PKGDIR_PROD rm -fr lib mv share lib #--------------------------------------------------------------------- # 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 = https://packages.debian.org/unstable/source/\ spice-protocol url_home = https://www.spice-space.org/ url_lfs = n/a when last checked url_tarball = https://www.spice-space.org/download/releases/\ spice-protocol-0.14.4.tar.xz #--------------------------------------------------------------------- [history] 180511 Added package. Started with 0.12.13. 181011 Updated to 0.12.14 201223 Updated to 0.12.15 210906 Updated to 0.14.3 240708 Updated to 0.14.4