description="Utilities to monitor system performance and usage activity."
url=" http://sebastien.godard.pagesperso-orange.fr"

packager="spiky <spiky@nutyx.org>"
contributors="Fanch,Pierre,Tnut"

name=sysstat
version=12.7.1

source=($url/$name-$version.tar.xz)

build() {

cd $name-$version

sa_lib_dir=/usr/lib/sa    \
sa_dir=/var/log/sa        \
conf_dir=/etc/sysconfig   \
./configure --prefix=/usr \
            --disable-file-attr \
            --mandir=/usr/share/man \
            --enable-copy-only \
            --disable-man-group
make
make DESTDIR=$PKG install

install -vdm755 $PKG/lib/systemd/system/
install -v -m644 sysstat.service $PKG/lib/systemd/system/sysstat.service
sed -i "/^Also=/d" $PKG/lib/systemd/system/sysstat.service

}
