collectd: update to 5.12.0.

This commit is contained in:
Nathan Owens 2020-12-22 11:11:19 -06:00 committed by Andrew J. Hesford
parent 0085b3a9b6
commit 04e9f0c66c

View file

@ -1,7 +1,7 @@
# Template file for 'collectd'
pkgname=collectd
version=5.11.0
revision=5
version=5.12.0
revision=1
build_style=gnu-configure
configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
$(vopt_enable notify notify_desktop) --with-libiptc --enable-virt
@ -21,7 +21,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="GPL-2.0-only, MIT"
homepage="https://collectd.org"
distfiles="https://collectd.org/files/${pkgname}-${version}.tar.bz2"
checksum=37b10a806e34aa8570c1cafa6006c604796fae13cc2e1b3e630d33dcba9e5db2
checksum=5bae043042c19c31f77eb8464e56a01a5454e0b39fa07cf7ad0f1bfc9c3a09d6
LDFLAGS="-lgcrypt"
build_options="rrdtool perl notify prometheus"
@ -54,7 +54,7 @@ collectd-utils_package() {
libcollectdclient_package() {
short_desc+=" - shared libraries"
pkg_install() {
vmove usr/lib/libcollectdclient.so*
vmove "usr/lib/libcollectdclient.so*"
}
}
@ -64,6 +64,6 @@ libcollectdclient-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.so
vmove "usr/lib/*.so"
}
}