# fribidi/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The following command was used: ocgitfetch --run \ --checkout=v1.0.11 \ https://github.com/fribidi/fribidi.git #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.35 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.35 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.47 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.01 hours (or 000.57 minutes) - ThinkPad W530 i7 4x2 32GB RAM 00.01 hours (or 000.63 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.02 hours (or 001.23 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes fortran = disabled license = See "license*.txt" in installed tree licfile = COPYING nls = disabled tmpsize = 29M #--------------------------------------------------------------------- [depends] actools gawk grep sed #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE sed -e 's/\(define.FRIBIDI_ENTRY\).*/\1/' \ -i lib/fribidi-common.h NOCONFIGURE=yes ./autogen.sh bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] PCFDIR=$PKGDIR_PROD/lib/pkgconfig mkdir -p $PCFDIR cp -p *.pc $PCFDIR/ #--------------------------------------------------------------------- # 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 = http://www.fribidi.org/ url_lfs = http://www.linuxfromscratch.org/blfs/view/stable/\ general/fribidi.html url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 180903 Updated from 0.19.7 to 180903 ("git" date) 190607 Updated to 49196f3f9 ("git" hash) 210203 Updated to 3585a81e6 210815 Added "handbrake" patches 211224 Updated to 247fddc35 (same as 1.0.11)