s/TERMUX_PKG_BUILD_REVISION/TERMUX_PKG_REVISION/
[termux-packages] / packages / apr-util / build.sh
1 TERMUX_PKG_VERSION=1.5.4
2 TERMUX_PKG_REVISION=1
3 TERMUX_PKG_DEPENDS="apr, libexpat"
4 TERMUX_PKG_HOMEPAGE=https://apr.apache.org/
5 TERMUX_PKG_DESCRIPTION="Apache Portable Runtime - library providing a predictable and consistent interface to underlying platform-specific implementations"
6 TERMUX_PKG_SRCURL=http://apache.mirrors.spacedump.net/apr/apr-util-${TERMUX_PKG_VERSION}.tar.bz2
7 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-apr=$TERMUX_PREFIX --without-sqlite3"
8 TERMUX_PKG_RM_AFTER_INSTALL="bin/apu-1-config lib/aprutil.exp"