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"
|
2017-03-02 13:21:19 +01:00
|
|
|
TERMUX_PKG_VERSION=2.1.19
|
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-03-02 13:21:19 +01:00
|
|
|
TERMUX_PKG_SHA256=46cced1f5641ce29cc28250f52fadf6e417e649b3bfdec49a5a0d0b22a639bf0
|
2016-01-20 23:24:42 +01:00
|
|
|
TERMUX_PKG_DEPENDS="libassuan,libbz2,libgcrypt,libksba,libnpth,readline,pinentry"
|
2015-12-17 12:13:55 +01:00
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-ldap --disable-sqlite"
|
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"
|
|
|
|
}
|