From ce8d6c275e2decc9d8b395b194b903095d008641 Mon Sep 17 00:00:00 2001 From: Otto Modinos Date: Mon, 20 May 2024 18:06:26 +0300 Subject: [PATCH] tdb: update to 1.4.10. --- srcpkgs/tdb/template | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/srcpkgs/tdb/template b/srcpkgs/tdb/template index 0134d2dcc2f..6d1c3039ed9 100644 --- a/srcpkgs/tdb/template +++ b/srcpkgs/tdb/template @@ -1,21 +1,25 @@ # Template file for 'tdb' pkgname=tdb -version=1.4.9 -revision=2 +version=1.4.10 +revision=1 build_style=waf3 build_helper="qemu" configure_script="buildtools/bin/waf" -configure_args="--prefix=/usr --libdir=/usr/lib --sysconfdir=/etc - --localstatedir=/var --disable-rpath --disable-rpath-install - --builtin-libraries=replace --bundled-libraries=NONE --without-gettext" -hostmakedepends="pkg-config docbook2x" -makedepends="python3-devel libxslt gettext-devel" +configure_args="--sysconfdir=/etc --localstatedir=/var + --disable-rpath --disable-rpath-install --without-gettext + --builtin-libraries=replace --bundled-libraries=NONE" +hostmakedepends="pkg-config docbook-xsl libxslt" +makedepends="python3-devel" short_desc="Trivial Database, similar to GDBM but allows simultaneous commits" maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://tdb.samba.org/" distfiles="https://download.samba.org/pub/tdb/tdb-${version}.tar.gz" -checksum=0ac226073e3a2db8648da7af744cb95f50766a52feeb001d558b2b321b74a765 +checksum=02338e33c16c21c9e29571cef523e76b2b708636254f6f30c6cf195d48c62daf + +if [ "$XBPS_TARGET_LIBC" = glibc ]; then + makedepends+=" libxcrypt-devel" +fi export PYTHON_CONFIG="${XBPS_CROSS_BASE}/usr/bin/python3-config" export PYTHONHASHSEED=1