collectd: update to 5.6.0.
This commit is contained in:
parent
909fb86bc4
commit
da809deab5
File diff suppressed because it is too large
Load Diff
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'collectd'
|
# Template file for 'collectd'
|
||||||
pkgname=collectd
|
pkgname=collectd
|
||||||
version=5.5.2
|
version=5.6.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl) $(vopt_enable notify notify_desktop)
|
configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
|
||||||
--with-libiptc --enable-virt --sysconfdir=/etc --disable-static --with-fp-layout=nothing"
|
$(vopt_enable notify notify_desktop) --with-libiptc --enable-virt
|
||||||
hostmakedepends="autoconf automake pkg-config libtool libltdl-devel glib-devel"
|
--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
|
makedepends="libcurl-devel iptables-devel libressl-devel libsensors-devel
|
||||||
libesmtp-devel zlib-devel yajl-devel python-devel libxml2-devel net-snmp-devel
|
libesmtp-devel zlib-devel yajl-devel python-devel libxml2-devel net-snmp-devel
|
||||||
libgcrypt-devel libmysqlclient-devel libvirt-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>"
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="GPL-2, MIT"
|
license="GPL-2, MIT"
|
||||||
homepage="http://collectd.org"
|
homepage="http://collectd.org"
|
||||||
distfiles="http://collectd.org/files/${pkgname}-${version}.tar.gz"
|
distfiles="http://collectd.org/files/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=8013ae74df2b90ec8a8e7ac5da7638e165199021eca5f423ff8ee19feac649ba
|
checksum=f0ffbbd91fac3682bd324a74b9b4c9eabe781394b303b5cfd457c4cfbe748623
|
||||||
LDFLAGS="-lgcrypt"
|
LDFLAGS="-lgcrypt"
|
||||||
|
|
||||||
build_options="rrdtool perl notify"
|
build_options="rrdtool perl notify"
|
||||||
|
@ -27,12 +28,10 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i 's/-Werror//g' configure.ac src/Makefile.am
|
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/collectd.conf 640 etc/
|
|
||||||
vsv collectd
|
vsv collectd
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
@ -63,5 +62,3 @@ libcollectdclient-devel_package() {
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue