# libgpgme/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. This package shouldn't be updated to releases that aren't compati- ble with the release of LibreOffice used. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.83 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.03 hours (or 001.77 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.04 hours (or 002.32 minutes) - ThinkPad X1 Carbon 6G i7 4x2 16GB RAM 00.06 hours (or 003.83 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM Thinkpad i7 8th gen 2x4 16GB RAM #--------------------------------------------------------------------- [settings] build = default fortran = disabled ldbefore = -lgpg-error -lpthread -lgcc license = See "license*.txt" in installed tree licfile = COPYING nls = disabled unpack = relaxed setpaths = libgpg-error python3 tmpsize = 71M #--------------------------------------------------------------------- [depends] actools gawk glib20 gnupg grep libgpg-error pkgconf pth sed #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE autoreconf -fi ac_distutils_result=moo sed -e 's/if test -z "$ac_distutils_result"; then/if true; then/' \ -i configure bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE # Required by Python "setuptools": sed -e 's/-unknown//g' -i \ VERSION \ conf/config.h \ lang/cl/gpgme.asd \ lang/python/{setup,version}.py \ src/gpgme.h \ src/gpgme-config \ src/versioninfo.rc \ `find . -type f -name Makefile` \ `find . -type f -name \*.pc ` #--------------------------------------------------------------------- [postbuild] rm -fr $PKGDIR_PROD/share/info #--------------------------------------------------------------------- # 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 = http://www.gnupg.org/related_software/gpgme/ url_lfs = n/a url_tarball = ftp://ftp.gnupg.org/gcrypt/gpgme/\ gpgme-1.23.2.tar.bz2 alt_tarball = http://mirrors.dotsrc.org/gnupg/\ gpgme/gpgme-1.23.2.tar.bz2 #--------------------------------------------------------------------- [history] 170707 Updated from 1.6.0 to 1.8.0 170912 Updated to 1.9.0 171214 Updated to 1.10.0 180421 Updated to 1.11.1 190224 Updated to 1.12.0 190420 Updated to 1.13.0 190825 Updated to 1.13.1 210223 Updated to 1.15.1 210625 Updated to 1.16.0 220311 Updated to 1.17.1 230214 Updated to 1.18.0 230422 Updated to 1.20.0 230707 Updated to 1.21.0 240324 Updated to 1.23.2 240704 Modified to work with new "setuptools"