2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=http://www.gnupg.org/
|
|
|
|
TERMUX_PKG_DESCRIPTION="Implementation of the OpenPGP standard for encrypting and signing data and communication"
|
2016-08-19 13:38:22 +02:00
|
|
|
TERMUX_PKG_VERSION=2.1.15
|
2016-09-18 00:29:14 +02:00
|
|
|
TERMUX_PKG_BUILD_REVISION=1
|
2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_SRCURL=ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-${TERMUX_PKG_VERSION}.tar.bz2
|
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"
|
|
|
|
}
|