tevent: update to 0.11.0
This commit is contained in:
parent
70e8b8744f
commit
2c3088f6c3
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tevent'
|
# Template file for 'tevent'
|
||||||
pkgname=tevent
|
pkgname=tevent
|
||||||
version=0.10.2
|
version=0.11.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=waf3
|
build_style=waf3
|
||||||
build_helper="qemu"
|
build_helper="qemu"
|
||||||
configure_script="buildtools/bin/waf"
|
configure_script="buildtools/bin/waf"
|
||||||
|
@ -9,13 +9,13 @@ configure_args="--sysconfdir=/etc --localstatedir=/var
|
||||||
--disable-rpath --disable-rpath-install --without-gettext
|
--disable-rpath --disable-rpath-install --without-gettext
|
||||||
--builtin-libraries=replace --bundled-libraries=NONE"
|
--builtin-libraries=replace --bundled-libraries=NONE"
|
||||||
hostmakedepends="pkg-config docbook2x"
|
hostmakedepends="pkg-config docbook2x"
|
||||||
makedepends="python3-devel talloc-devel libxslt gettext-devel"
|
makedepends="python3-devel talloc-devel libxslt gettext-devel cmocka-devel"
|
||||||
short_desc="Event system based on the talloc memory management library"
|
short_desc="Event system based on the talloc memory management library"
|
||||||
maintainer="Yuusha Spacewolf <xyuusha@paranoici.org>"
|
maintainer="Yuusha Spacewolf <xyuusha@paranoici.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://tevent.samba.org"
|
homepage="https://tevent.samba.org"
|
||||||
distfiles="https://ftp.samba.org/pub/tevent/tevent-${version}.tar.gz"
|
distfiles="https://download.samba.org/pub/tevent/tevent-${version}.tar.gz"
|
||||||
checksum=f8427822e5b2878fb8b28d6f50d96848734f3f3130612fb574fdd2d2148a6696
|
checksum=ee9a86c8e808aac2fe1e924eaa139ff7f0269d0e8e4fafa850ae5c7489bc82ba
|
||||||
|
|
||||||
export PYTHON_CONFIG="${XBPS_CROSS_BASE}/usr/bin/python3-config"
|
export PYTHON_CONFIG="${XBPS_CROSS_BASE}/usr/bin/python3-config"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue