mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-09 12:23:23 +00:00
Not making much sense because partial upgrading is not supported in the first place. Also note that this specifier did not prevent libuuid from being upgraded, leaving its reverse dependencies behind. %ci:no-build
17 lines
664 B
Bash
17 lines
664 B
Bash
TERMUX_PKG_HOMEPAGE=https://apr.apache.org/
|
|
TERMUX_PKG_DESCRIPTION="Apache Portable Runtime Utility Library"
|
|
TERMUX_PKG_LICENSE="Apache-2.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=1.6.3
|
|
TERMUX_PKG_SRCURL=https://downloads.apache.org/apr/apr-util-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=2b74d8932703826862ca305b094eef2983c27b39d5c9414442e9976a9acf1983
|
|
TERMUX_PKG_DEPENDS="apr, libcrypt, libexpat, libiconv, libuuid"
|
|
TERMUX_PKG_BREAKS="apr-util-dev"
|
|
TERMUX_PKG_REPLACES="apr-util-dev"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
ac_cv_lib_pq_PQsendQueryPrepared=no
|
|
--with-apr=$TERMUX_PREFIX
|
|
--without-sqlite3
|
|
"
|
|
TERMUX_PKG_RM_AFTER_INSTALL="lib/aprutil.exp"
|