mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
collectd: update to 5.8.0. (#852)
This commit is contained in:
parent
b29fed2ce9
commit
71191c8901
1 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'collectd'
|
# Template file for 'collectd'
|
||||||
pkgname=collectd
|
pkgname=collectd
|
||||||
version=5.6.2
|
version=5.8.0
|
||||||
revision=5
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
|
configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
|
||||||
$(vopt_enable notify notify_desktop) --with-libiptc --enable-virt
|
$(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"
|
conf_files="/etc/collectd.conf"
|
||||||
short_desc="Daemon which collects system performance statistics periodically"
|
short_desc="Daemon which collects system performance statistics periodically"
|
||||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="GPL-2, MIT"
|
license="GPL-2.0-only, MIT"
|
||||||
homepage="http://collectd.org"
|
homepage="https://collectd.org"
|
||||||
distfiles="http://collectd.org/files/${pkgname}-${version}.tar.bz2"
|
distfiles="https://collectd.org/files/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=cc0b4118a91e5369409ced22d1d8a85c1a400098419414160c1839268ecad0c6
|
checksum=b06ff476bbf05533cb97ae6749262cc3c76c9969f032bd8496690084ddeb15c9
|
||||||
LDFLAGS="-lgcrypt"
|
LDFLAGS="-lgcrypt"
|
||||||
|
|
||||||
build_options="rrdtool perl notify"
|
build_options="rrdtool perl notify"
|
||||||
|
|
Loading…
Add table
Reference in a new issue