637f22d133
This fixes Android 6 problems (so closes #26). It also rebuilds termux-elf-cleaner when needed and bumps some build revisions for packages needed updates to remove DT_VERDEF and DT_VERDEFNUM.
8 lines
413 B
Bash
8 lines
413 B
Bash
TERMUX_PKG_HOMEPAGE=http://www.gnupg.org/related_software/libassuan/
|
|
TERMUX_PKG_DESCRIPTION="Library implementing the Assuan IPC protocol used between most newer GnuPG components"
|
|
TERMUX_PKG_VERSION=2.3.0
|
|
TERMUX_PKG_BUILD_REVISION=1
|
|
TERMUX_PKG_SRCURL=ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-${TERMUX_PKG_VERSION}.tar.bz2
|
|
TERMUX_PKG_RM_AFTER_INSTALL="bin/libassuan-config"
|
|
TERMUX_PKG_DEPENDS="libgpg-error"
|