sysstat: update to 11.1.4.
This commit is contained in:
parent
5dbcca8b8c
commit
316170314d
1 changed files with 6 additions and 4 deletions
|
@ -1,10 +1,12 @@
|
||||||
# Template file for 'sysstat'
|
# Template file for 'sysstat'
|
||||||
pkgname=sysstat
|
pkgname=sysstat
|
||||||
version=11.1.3
|
version=11.1.4
|
||||||
revision=1
|
revision=1
|
||||||
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-yesterday --enable-install-isag --enable-copy-only --disable-file-attr"
|
configure_args="--enable-install-isag --enable-copy-only --disable-file-attr"
|
||||||
make_dirs="/var/log/sa 0755 root root"
|
make_dirs="/var/log/sa 0755 root root"
|
||||||
|
conf_files="/etc/default/sysstat /etc/default/sysstat.ioconf"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
depends="lm_sensors"
|
depends="lm_sensors"
|
||||||
short_desc="A collection of performance monitoring tools"
|
short_desc="A collection of performance monitoring tools"
|
||||||
|
@ -12,14 +14,14 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://pagesperso-orange.fr/sebastien.godard/"
|
homepage="http://pagesperso-orange.fr/sebastien.godard/"
|
||||||
distfiles="http://pagesperso-orange.fr/sebastien.godard/${pkgname}-${version}.tar.gz"
|
distfiles="http://pagesperso-orange.fr/sebastien.godard/${pkgname}-${version}.tar.gz"
|
||||||
checksum=62cac0d2f934c1a372a4c8e10cae028e9c3e45c6cd327b8556b906796e0987b1
|
checksum=73fb6ce9663bb97dfd8fb83e48f6f57f679a58129ae8a98abf36af45b008bce1
|
||||||
|
|
||||||
build_options="systemd"
|
build_options="systemd"
|
||||||
|
|
||||||
if [ "$build_option_systemd" ]; then
|
if [ "$build_option_systemd" ]; then
|
||||||
configure_args+=" --with-systemdsystemunitdir=/usr/lib/systemd/system"
|
configure_args+=" --with-systemdsystemunitdir=/usr/lib/systemd/system"
|
||||||
else
|
else
|
||||||
configure_args+=" --with-systemdsystemunitdir=none --enable-install-cron"
|
configure_args+=" --with-systemdsystemunitdir= --enable-install-cron"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Reference in a new issue