2017-01-18 01:01:14 +01:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://www.gnupg.org/
|
2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_DESCRIPTION="Implementation of the OpenPGP standard for encrypting and signing data and communication"
|
2018-06-12 10:33:29 +02:00
|
|
|
TERMUX_PKG_VERSION=2.2.8
|
2018-06-19 18:09:44 +02:00
|
|
|
TERMUX_PKG_REVISION=1
|
2018-06-12 10:33:29 +02:00
|
|
|
TERMUX_PKG_SHA256=777b4cb8ced21965a5053d4fa20fe11484f0a478f3d011cef508a1a49db50dcd
|
2016-11-19 19:40:47 +01:00
|
|
|
TERMUX_PKG_SRCURL=https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-${TERMUX_PKG_VERSION}.tar.bz2
|
2017-12-07 03:23:16 +01:00
|
|
|
TERMUX_PKG_DEPENDS="libassuan,libbz2,libgcrypt,libksba,libsqlite,libnpth,readline,pinentry,libgpg-error"
|
2017-08-11 17:55:20 +02:00
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
|
|
--disable-ldap
|
|
|
|
--enable-gpg-is-gpg2
|
2017-12-07 03:23:16 +01:00
|
|
|
--enable-sqlite
|
|
|
|
--enable-tofu
|
2017-08-11 17:55:20 +02:00
|
|
|
"
|
2015-06-13 01:03:31 +02:00
|
|
|
# Remove non-english help files and man pages shipped with the gnupg (1) package:
|
|
|
|
TERMUX_PKG_RM_AFTER_INSTALL="share/gnupg/help.*.txt share/man/man1/gpg-zip.1 share/man/man7/gnupg.7"
|
2015-12-06 22:31:09 +01:00
|
|
|
|
2016-09-04 00:15:47 +02:00
|
|
|
termux_step_pre_configure() {
|
|
|
|
CPPFLAGS+=" -Ddn_skipname=__dn_skipname"
|
|
|
|
}
|