void-packages/srcpkgs/sysstat/template
2020-05-10 23:40:17 +02:00

32 lines
975 B
Bash

# Template file for 'sysstat'
pkgname=sysstat
version=12.2.2
revision=1
build_style=gnu-configure
configure_args="--enable-copy-only --disable-file-attr
--with-systemdsystemunitdir= --enable-install-cron"
conf_files="/etc/default/sysstat /etc/default/sysstat.ioconf"
hostmakedepends="pkg-config gettext"
depends="lm_sensors"
short_desc="Collection of performance monitoring tools"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-or-later"
homepage="http://pagesperso-orange.fr/sebastien.godard/"
distfiles="http://pagesperso-orange.fr/sebastien.godard/${pkgname}-${version}.tar.xz"
checksum=78388b64acec81378b962e66b40e57acd4b18ff17a849bc9308f95d290248c9c
post_extract() {
vsed -i 's/lib64/lib/' configure
vsed -i '/LFLAGS =/d; s/LFLAGS/LDFLAGS/g' Makefile.in
}
pre_configure() {
export conf_dir=/etc/default
export cron_owner=$(whoami)
vmkdir etc/cron.daily
vmkdir etc/cron.hourly
}
post_install() {
vbin contrib/isag/isag
vman contrib/isag/isag.1
}