sysstat: update to 11.1.4.
This commit is contained in:
parent
5dbcca8b8c
commit
316170314d
|
@ -1,10 +1,12 @@
|
|||
# Template file for 'sysstat'
|
||||
pkgname=sysstat
|
||||
version=11.1.3
|
||||
version=11.1.4
|
||||
revision=1
|
||||
build_pie=yes
|
||||
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"
|
||||
conf_files="/etc/default/sysstat /etc/default/sysstat.ioconf"
|
||||
hostmakedepends="pkg-config"
|
||||
depends="lm_sensors"
|
||||
short_desc="A collection of performance monitoring tools"
|
||||
|
@ -12,14 +14,14 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|||
license="GPL-2"
|
||||
homepage="http://pagesperso-orange.fr/sebastien.godard/"
|
||||
distfiles="http://pagesperso-orange.fr/sebastien.godard/${pkgname}-${version}.tar.gz"
|
||||
checksum=62cac0d2f934c1a372a4c8e10cae028e9c3e45c6cd327b8556b906796e0987b1
|
||||
checksum=73fb6ce9663bb97dfd8fb83e48f6f57f679a58129ae8a98abf36af45b008bce1
|
||||
|
||||
build_options="systemd"
|
||||
|
||||
if [ "$build_option_systemd" ]; then
|
||||
configure_args+=" --with-systemdsystemunitdir=/usr/lib/systemd/system"
|
||||
else
|
||||
configure_args+=" --with-systemdsystemunitdir=none --enable-install-cron"
|
||||
configure_args+=" --with-systemdsystemunitdir= --enable-install-cron"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Reference in New Issue