# liborc/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package has been renamed. #--------------------------------------------------------------------- 2. In the "build" block for this package, "RELEASE" needs to be set to the part of the upstream release number that follows "0.". #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.45 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.75 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.02 hours (or 001.02 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.05 hours (or 003.00 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] exepack = yes license = See "license*.txt" in installed tree licfile = COPYING setpaths = liborc tmpsize = 16M unpack = relaxed #--------------------------------------------------------------------- [depends] actools gawk grep meson ninja pkgconf sed #--------------------------------------------------------------------- [configure] PATH=$PRODTREE/python3/bin:$PATH PP=$PKGDIR_PROD rm -fr build mkdir build meson build \ -D prefix=$PP \ -D gtk_doc=disabled cd build if [ \! -f build.ninja ]; then exit 1; fi meson configure #--------------------------------------------------------------------- [build] RELEASE=32 cd build ninja_simple_build cd $PKGDIR_PROD/lib sed -e "s@__META_PREFIX__@$PRODTREE@g" \ -e "s@__META_RELEASE__@32@g" \ < $PKGDIR_SPECIAL/liborc-0.4.la \ > liborc-0.4.la #--------------------------------------------------------------------- # 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 = http://packages.debian.org/sid/liborc-0.4-dev url_home = Gone url_lfs = Not checked yet url_tarball = http://http.debian.net/debian/pool/main/\ o/orc/orc_0.4.32.orig.tar.xz #--------------------------------------------------------------------- [history] 170503 Updated from 0.4.16 to 0.4.26 170912 Updated to 0.4.27 210125 Updated to 0.4.32 210128 Build missing ".la" file