From 936c51727022e2563786143a83afeed03aa3f22f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 15 May 2017 13:16:48 +0200 Subject: [PATCH] sysstat: update to 11.5.6. --- srcpkgs/sysstat/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sysstat/template b/srcpkgs/sysstat/template index a82d9bc2597..4c8fcbf47df 100644 --- a/srcpkgs/sysstat/template +++ b/srcpkgs/sysstat/template @@ -1,9 +1,9 @@ # Template file for 'sysstat' pkgname=sysstat -version=11.5.5 +version=11.5.6 revision=1 build_style=gnu-configure -configure_args="--enable-install-isag --enable-copy-only --disable-file-attr +configure_args="--enable-copy-only --disable-file-attr --with-systemdsystemunitdir= --enable-install-cron" make_dirs="/var/log/sa 0755 root root" conf_files="/etc/default/sysstat /etc/default/sysstat.ioconf" @@ -14,7 +14,7 @@ maintainer="Leah Neukirchen " license="GPL-2" homepage="http://pagesperso-orange.fr/sebastien.godard/" distfiles="http://pagesperso-orange.fr/sebastien.godard/${pkgname}-${version}.tar.gz" -checksum=49ffe8c5809c5f0c283f16235776d364dcd9aa755dcde48a69a209c1916a6b39 +checksum=868d35ae4899c2b2e813cf33510fb383777a63e3649f850505b2798a69b69e27 post_extract() { sed -i 's/lib64/lib/' configure @@ -26,3 +26,7 @@ pre_configure() { vmkdir etc/cron.daily vmkdir etc/cron.hourly } +post_install() { + vbin contrib/isag/isag + vman contrib/isag/isag.1 +}