collectd: update to 5.8.0. (#852)
This commit is contained in:
parent
b29fed2ce9
commit
71191c8901
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'collectd'
|
||||
pkgname=collectd
|
||||
version=5.6.2
|
||||
revision=5
|
||||
version=5.8.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
|
||||
|
@ -14,10 +14,10 @@ makedepends="libcurl-devel iptables-devel libressl-devel libsensors-devel
|
|||
conf_files="/etc/collectd.conf"
|
||||
short_desc="Daemon which collects system performance statistics periodically"
|
||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||
license="GPL-2, MIT"
|
||||
homepage="http://collectd.org"
|
||||
distfiles="http://collectd.org/files/${pkgname}-${version}.tar.bz2"
|
||||
checksum=cc0b4118a91e5369409ced22d1d8a85c1a400098419414160c1839268ecad0c6
|
||||
license="GPL-2.0-only, MIT"
|
||||
homepage="https://collectd.org"
|
||||
distfiles="https://collectd.org/files/${pkgname}-${version}.tar.bz2"
|
||||
checksum=b06ff476bbf05533cb97ae6749262cc3c76c9969f032bd8496690084ddeb15c9
|
||||
LDFLAGS="-lgcrypt"
|
||||
|
||||
build_options="rrdtool perl notify"
|
||||
|
|
Loading…
Reference in New Issue