netdata: update to 1.11.0
This commit is contained in:
parent
6e33e51a6f
commit
a7ada3ea5a
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'netdata'
|
# Template file for 'netdata'
|
||||||
pkgname=netdata
|
pkgname=netdata
|
||||||
version=1.10.0
|
version=1.11.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config autoconf automake"
|
||||||
makedepends="libuuid-devel zlib-devel"
|
makedepends="libuuid-devel zlib-devel"
|
||||||
system_accounts="_netdata"
|
system_accounts="_netdata"
|
||||||
conf_files="/etc/${pkgname}/*.conf"
|
conf_files="/etc/${pkgname}/*.conf"
|
||||||
|
@ -11,9 +11,13 @@ configure_args="--with-user=_netdata"
|
||||||
short_desc="Real-time performance monitoring, done right"
|
short_desc="Real-time performance monitoring, done right"
|
||||||
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://netdata.firehol.org/"
|
homepage="http://my-netdata.io"
|
||||||
distfiles="https://github.com/firehol/netdata/releases/download/v${version}/netdata-${version}.tar.bz2"
|
distfiles="https://github.com/netdata/netdata/archive/v$version.tar.gz"
|
||||||
checksum=70cb42277427b79689f12f3d98b91b500232f8d8a4ad37ee109551352674dd9b
|
checksum=56bffc916e643a7b0b35a4a998a6b358b89cc7209ad40ac3803880bf86525b78
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -ivf
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv netdata
|
vsv netdata
|
||||||
|
|
Loading…
Reference in New Issue