tdb: update to 1.4.10.
This commit is contained in:
parent
cb4cf2630e
commit
ce8d6c275e
@ -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 <orphan@voidlinux.org>"
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user