libandroid-support: Remove unused wcwidth.c
[termux-packages] / packages / gnupg2 / build.sh
CommitLineData
24367b86 1TERMUX_PKG_HOMEPAGE=https://www.gnupg.org/
59f0d218 2TERMUX_PKG_DESCRIPTION="Implementation of the OpenPGP standard for encrypting and signing data and communication"
aecbf20e 3TERMUX_PKG_VERSION=2.1.21
4b971e52 4TERMUX_PKG_REVISION=1
0fe5a668 5TERMUX_PKG_SRCURL=https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-${TERMUX_PKG_VERSION}.tar.bz2
aecbf20e 6TERMUX_PKG_SHA256=7aead8a8ba75b69866f583b6c747d91414d523bfdfbe9a8e0fe026b16ba427dd
01c4a6f5 7TERMUX_PKG_DEPENDS="libassuan,libbz2,libgcrypt,libksba,libnpth,readline,pinentry"
7b40bb69 8TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-ldap --disable-sqlite"
59f0d218
FF
9# Remove non-english help files and man pages shipped with the gnupg (1) package:
10TERMUX_PKG_RM_AFTER_INSTALL="share/gnupg/help.*.txt share/man/man1/gpg-zip.1 share/man/man7/gnupg.7"
457eb244 11
eaf33403
FF
12termux_step_pre_configure() {
13 CPPFLAGS+=" -Ddn_skipname=__dn_skipname"
14}