2017-05-13 19:08:18 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://www.gnupg.org/related_software/gpgme/
|
2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_DESCRIPTION="Library designed to make access to GnuPG easier"
|
2017-09-08 01:18:53 +02:00
|
|
|
TERMUX_PKG_DEPENDS="gnupg2, libassuan, libgpg-error"
|
2017-12-05 17:44:37 +01:00
|
|
|
TERMUX_PKG_DEVPACKAGE_DEPENDS="libgpg-error-dev"
|
2017-12-20 00:48:22 +01:00
|
|
|
TERMUX_PKG_VERSION=1.10.0
|
|
|
|
TERMUX_PKG_SHA256=1a8fed1197c3b99c35f403066bb344a26224d292afc048cfdfc4ccd5690a0693
|
2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_SRCURL=ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${TERMUX_PKG_VERSION}.tar.bz2
|
|
|
|
# Use "--disable-gpg-test" to avoid "No rule to make target `../../src/libgpgme-pthread.la":
|
2017-02-26 12:26:04 +01:00
|
|
|
# Use "--enable-languages=no" to only build the C library.
|
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
|
|
--disable-gpg-test
|
|
|
|
--enable-languages=no
|
|
|
|
--with-gpg=$TERMUX_PREFIX/bin/gpg2
|
|
|
|
--without-g13
|
|
|
|
--without-gpgconf
|
|
|
|
--without-gpgsm
|
|
|
|
"
|
2017-08-10 00:30:10 +02:00
|
|
|
TERMUX_PKG_INCLUDE_IN_DEVPACKAGE="bin/gpgme-config"
|