mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-06 02:43: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
20 lines
734 B
Bash
20 lines
734 B
Bash
TERMUX_PKG_HOMEPAGE=https://xapian.org
|
|
TERMUX_PKG_DESCRIPTION="Xapian search engine library"
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=1.4.22
|
|
TERMUX_PKG_SRCURL=https://oligarchy.co.uk/xapian/${TERMUX_PKG_VERSION}/xapian-core-${TERMUX_PKG_VERSION}.tar.xz
|
|
TERMUX_PKG_SHA256=05884af00b06702ce486057d62a3bfbe6606cf965ada0f5ea570b328a2fa1ea8
|
|
# Note that we cannot /proc/sys/kernel/random/uuid (permission denied on
|
|
# new android versions) so need libuuid.
|
|
TERMUX_PKG_DEPENDS="libc++, libuuid, zlib"
|
|
TERMUX_PKG_BREAKS="libxapian-dev"
|
|
TERMUX_PKG_REPLACES="libxapian-dev"
|
|
TERMUX_PKG_RM_AFTER_INSTALL="
|
|
share/doc/xapian-core/
|
|
"
|
|
|
|
termux_step_pre_configure() {
|
|
LDFLAGS+=" $($CC -print-libgcc-file-name)"
|
|
}
|