ae9f22d89d
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
31 lines
965 B
Bash
31 lines
965 B
Bash
# Template file for 'sysstat'
|
|
pkgname=sysstat
|
|
version=12.2.0
|
|
revision=2
|
|
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"
|
|
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=61aa98eb8b38542eb97defcc2472adee1a24df8252f41b96e20d64c6064a8375
|
|
|
|
post_extract() {
|
|
sed -i 's/lib64/lib/' configure
|
|
sed -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
|
|
}
|