collectd: update to 5.5.2.
add build option for libnotify (OFF)
This commit is contained in:
parent
83c4214954
commit
aa5279eb6e
|
@ -1,25 +1,25 @@
|
|||
# Template file for 'collectd'
|
||||
pkgname=collectd
|
||||
version=5.5.1
|
||||
revision=2
|
||||
version=5.5.2
|
||||
revision=1
|
||||
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"
|
||||
hostmakedepends="autoconf 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 libnotify-devel
|
||||
$(vopt_if rrdtool rrdtool-devel)"
|
||||
libgcrypt-devel libmysqlclient-devel libvirt-devel
|
||||
$(vopt_if notify libnotify-devel) $(vopt_if rrdtool rrdtool-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.gz"
|
||||
checksum=4dba51d6243ff77858fff1ffbefe6f6528681ff219051f122aa2727e26271079
|
||||
checksum=8013ae74df2b90ec8a8e7ac5da7638e165199021eca5f423ff8ee19feac649ba
|
||||
LDFLAGS="-lgcrypt"
|
||||
|
||||
build_options="rrdtool perl"
|
||||
build_options="rrdtool perl notify"
|
||||
desc_option_rrdtool="Enable support for RRDTool"
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Reference in New Issue