collectd: update to 5.5.2.

add build option for libnotify (OFF)
This commit is contained in:
Steve Prybylski 2016-07-26 22:40:31 -04:00
parent 83c4214954
commit aa5279eb6e

View file

@ -1,25 +1,25 @@
# Template file for 'collectd' # Template file for 'collectd'
pkgname=collectd pkgname=collectd
version=5.5.1 version=5.5.2
revision=2 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 --sysconfdir=/etc --disable-static --with-fp-layout=nothing" --with-libiptc --enable-virt --sysconfdir=/etc --disable-static --with-fp-layout=nothing"
hostmakedepends="autoconf automake pkg-config libtool libltdl-devel glib-devel" hostmakedepends="autoconf 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 libnotify-devel libgcrypt-devel libmysqlclient-devel libvirt-devel
$(vopt_if rrdtool rrdtool-devel)" $(vopt_if notify libnotify-devel) $(vopt_if rrdtool rrdtool-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, 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.gz"
checksum=4dba51d6243ff77858fff1ffbefe6f6528681ff219051f122aa2727e26271079 checksum=8013ae74df2b90ec8a8e7ac5da7638e165199021eca5f423ff8ee19feac649ba
LDFLAGS="-lgcrypt" LDFLAGS="-lgcrypt"
build_options="rrdtool perl" build_options="rrdtool perl notify"
desc_option_rrdtool="Enable support for RRDTool" desc_option_rrdtool="Enable support for RRDTool"
if [ -z "$CROSS_BUILD" ]; then if [ -z "$CROSS_BUILD" ]; then