# Template file for 'sysstat' pkgname=sysstat version=11.1.5 revision=1 build_pie=yes build_style=gnu-configure 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" 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=c6ac93ad11c051c477c998c7916d0cca42a0a789e6bbd0d68bf5b1bfc0066d40 build_options="systemd" if [ "$build_option_systemd" ]; then configure_args+=" --with-systemdsystemunitdir=/usr/lib/systemd/system" else configure_args+=" --with-systemdsystemunitdir= --enable-install-cron" fi post_extract() { echo '#include ' >>common.h echo '#include ' >>common.h sed -i 's/lib64/lib/' configure } pre_configure() { export conf_dir=/etc/default export cron_owner=$(whoami) vmkdir etc/cron.daily vmkdir etc/cron.hourly vmkdir usr/lib/systemd/system }