collectd: update to 5.6.0.

This commit is contained in:
Steve Prybylski 2016-09-11 23:27:47 -04:00
parent 909fb86bc4
commit da809deab5
2 changed files with 8 additions and 1510 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,11 +1,12 @@
# Template file for 'collectd'
pkgname=collectd
version=5.5.2
revision=2
version=5.6.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 --sysconfdir=/etc --disable-static --with-fp-layout=nothing"
hostmakedepends="autoconf automake pkg-config libtool libltdl-devel glib-devel"
configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
$(vopt_enable notify notify_desktop) --with-libiptc --enable-virt
--sysconfdir=/etc --disable-static --with-fp-layout=nothing --disable-werror"
hostmakedepends="automake pkg-config libtool libltdl-devel glib-devel"
makedepends="libcurl-devel iptables-devel libressl-devel libsensors-devel
libesmtp-devel zlib-devel yajl-devel python-devel libxml2-devel net-snmp-devel
libgcrypt-devel libmysqlclient-devel libvirt-devel
@ -15,8 +16,8 @@ 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.gz"
checksum=8013ae74df2b90ec8a8e7ac5da7638e165199021eca5f423ff8ee19feac649ba
distfiles="http://collectd.org/files/${pkgname}-${version}.tar.bz2"
checksum=f0ffbbd91fac3682bd324a74b9b4c9eabe781394b303b5cfd457c4cfbe748623
LDFLAGS="-lgcrypt"
build_options="rrdtool perl notify"
@ -27,12 +28,10 @@ if [ -z "$CROSS_BUILD" ]; then
fi
pre_configure() {
sed -i 's/-Werror//g' configure.ac src/Makefile.am
autoreconf -fi
}
post_install() {
vinstall ${FILESDIR}/collectd.conf 640 etc/
vsv collectd
vlicense COPYING
}
@ -63,5 +62,3 @@ libcollectdclient-devel_package() {
vmove usr/lib/*.so
}
}