tdb: update to 1.4.10.

This commit is contained in:
Otto Modinos 2024-05-20 18:06:26 +03:00 committed by Andrew Benson
parent cb4cf2630e
commit ce8d6c275e

View file

@ -1,21 +1,25 @@
# Template file for 'tdb' # Template file for 'tdb'
pkgname=tdb pkgname=tdb
version=1.4.9 version=1.4.10
revision=2 revision=1
build_style=waf3 build_style=waf3
build_helper="qemu" build_helper="qemu"
configure_script="buildtools/bin/waf" configure_script="buildtools/bin/waf"
configure_args="--prefix=/usr --libdir=/usr/lib --sysconfdir=/etc configure_args="--sysconfdir=/etc --localstatedir=/var
--localstatedir=/var --disable-rpath --disable-rpath-install --disable-rpath --disable-rpath-install --without-gettext
--builtin-libraries=replace --bundled-libraries=NONE --without-gettext" --builtin-libraries=replace --bundled-libraries=NONE"
hostmakedepends="pkg-config docbook2x" hostmakedepends="pkg-config docbook-xsl libxslt"
makedepends="python3-devel libxslt gettext-devel" makedepends="python3-devel"
short_desc="Trivial Database, similar to GDBM but allows simultaneous commits" short_desc="Trivial Database, similar to GDBM but allows simultaneous commits"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://tdb.samba.org/" homepage="https://tdb.samba.org/"
distfiles="https://download.samba.org/pub/tdb/tdb-${version}.tar.gz" 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 PYTHON_CONFIG="${XBPS_CROSS_BASE}/usr/bin/python3-config"
export PYTHONHASHSEED=1 export PYTHONHASHSEED=1