tdb: update to 1.4.8.
This commit is contained in:
parent
1c55c28537
commit
0e0670c219
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'tdb'
|
# Template file for 'tdb'
|
||||||
pkgname=tdb
|
pkgname=tdb
|
||||||
version=1.4.7
|
version=1.4.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=waf3
|
build_style=waf3
|
||||||
build_helper="qemu"
|
build_helper="qemu"
|
||||||
|
@ -15,11 +15,15 @@ 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=a4fb168def533f31ff2c07f7d9844bb3131e6799f094ebe77d0380adc987c20e
|
checksum=8434c9c857d13ce3fa8466f75601f25c3693676b36919f159e0ad6121baf5ce8
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
${configure_script} test ${makejobs}
|
||||||
|
}
|
||||||
|
|
||||||
tdb-devel_package() {
|
tdb-devel_package() {
|
||||||
depends="libtdb-${version}_${revision}"
|
depends="libtdb-${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue