Some gnupg updates
[termux-packages] / packages / libgpg-error / build.sh
CommitLineData
ee3fc286 1TERMUX_PKG_VERSION=1.20
59f0d218
FF
2TERMUX_PKG_HOMEPAGE=http://www.gnupg.org/related_software/libgpg-error/
3TERMUX_PKG_DESCRIPTION="Small library that defines common error values for all GnuPG components"
4TERMUX_PKG_SRCURL=ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${TERMUX_PKG_VERSION}.tar.bz2
5TERMUX_PKG_RM_AFTER_INSTALL="share/common-lisp"
6
7
8termux_step_post_configure () {
9 # To fix non-arm builds, see:
10 # https://lists.gnupg.org/pipermail/gnupg-devel/2014-January/028203.html
11 # https://gitorious.org/vlc/vlc/commit/3054560987971aff19c496db38834458f8c29377
12 cp $TERMUX_PKG_SRCDIR/src/syscfg/lock-obj-pub.arm-unknown-linux-androideabi.h $TERMUX_PKG_SRCDIR/src/syscfg/lock-obj-pub.linux-android.h
13}