645d86ac750712a8f1e32c4dd6fe5f2b38c39b99
[termux-packages] / packages / gpgme / build.sh
1 TERMUX_PKG_HOMEPAGE=https://www.gnupg.org/related_software/gpgme/
2 TERMUX_PKG_DESCRIPTION="Library designed to make access to GnuPG easier"
3 TERMUX_PKG_DEPENDS="gnupg2, libassuan, libgpg-error"
4 TERMUX_PKG_DEVPACKAGE_DEPENDS="libgpg-error-dev"
5 TERMUX_PKG_VERSION=1.10.0
6 TERMUX_PKG_SHA256=1a8fed1197c3b99c35f403066bb344a26224d292afc048cfdfc4ccd5690a0693
7 TERMUX_PKG_SRCURL=ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${TERMUX_PKG_VERSION}.tar.bz2
8 # Use "--disable-gpg-test" to avoid "No rule to make target `../../src/libgpgme-pthread.la":
9 # Use "--enable-languages=no" to only build the C library.
10 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
11 --disable-gpg-test
12 --enable-languages=no
13 --with-gpg=$TERMUX_PREFIX/bin/gpg2
14 --without-g13
15 --without-gpgconf
16 --without-gpgsm
17 "
18 TERMUX_PKG_INCLUDE_IN_DEVPACKAGE="bin/gpgme-config"