From 316170314d42ffe144e59d65e2242ac991e26d9e Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 10 Apr 2015 11:18:12 +0200 Subject: [PATCH] sysstat: update to 11.1.4. --- srcpkgs/sysstat/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/sysstat/template b/srcpkgs/sysstat/template index b3fe98d03a4..77ddb47150f 100644 --- a/srcpkgs/sysstat/template +++ b/srcpkgs/sysstat/template @@ -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 " 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() {