X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/567fa132b707722616d53986d24a9c7bc5bcf23f..295241d4043c55a41259b4846464e1668b2f6a5f:/packages/apr-util/build.sh diff --git a/packages/apr-util/build.sh b/packages/apr-util/build.sh index 000ae3b9..f8c12caf 100644 --- a/packages/apr-util/build.sh +++ b/packages/apr-util/build.sh @@ -1,8 +1,9 @@ +TERMUX_PKG_HOMEPAGE=https://apr.apache.org/ +TERMUX_PKG_DESCRIPTION="Apache Portable Runtime Utility Library" TERMUX_PKG_VERSION=1.5.4 -TERMUX_PKG_BUILD_REVISION=1 +TERMUX_PKG_REVISION=1 TERMUX_PKG_DEPENDS="apr, libexpat" -TERMUX_PKG_HOMEPAGE=https://apr.apache.org/ -TERMUX_PKG_DESCRIPTION="Apache Portable Runtime - library providing a predictable and consistent interface to underlying platform-specific implementations" TERMUX_PKG_SRCURL=http://apache.mirrors.spacedump.net/apr/apr-util-${TERMUX_PKG_VERSION}.tar.bz2 +TERMUX_PKG_SHA256=a6cf327189ca0df2fb9d5633d7326c460fe2b61684745fd7963e79a6dd0dc82e TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-apr=$TERMUX_PREFIX --without-sqlite3" TERMUX_PKG_RM_AFTER_INSTALL="bin/apu-1-config lib/aprutil.exp"