mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
sysstat: update to 12.7.5.
Upstream moved. Use /etc/cron.d since the sa1 calls should not block run-parts cron.hourly. Fixes #49553.
This commit is contained in:
parent
fc3f3c3707
commit
16ecee2fbe
1 changed files with 5 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sysstat'
|
# Template file for 'sysstat'
|
||||||
pkgname=sysstat
|
pkgname=sysstat
|
||||||
version=12.7.2
|
version=12.7.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-copy-only --disable-file-attr
|
configure_args="--enable-copy-only --disable-file-attr
|
||||||
|
@ -11,9 +11,9 @@ depends="lm_sensors"
|
||||||
short_desc="Collection of performance monitoring tools"
|
short_desc="Collection of performance monitoring tools"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://pagesperso-orange.fr/sebastien.godard/"
|
homepage="https://sysstat.github.io/"
|
||||||
distfiles="http://pagesperso-orange.fr/sebastien.godard/${pkgname}-${version}.tar.xz"
|
distfiles="https://sysstat.github.io/sysstat-packages/sysstat-${version}.tar.xz"
|
||||||
checksum=ec4090c9c140d8301d5f8cd84e21456737d094d054141a30f557ccb05bbd3b9f
|
checksum=57664040a549d33bb06a1121c7124d4cadd9b8b35f815856c194393047cd4d6b
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
vsed -i 's/lib64/lib/' configure
|
vsed -i 's/lib64/lib/' configure
|
||||||
|
@ -21,9 +21,7 @@ post_extract() {
|
||||||
}
|
}
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
export conf_dir=/etc/default
|
export conf_dir=/etc/default
|
||||||
export cron_owner=$(whoami)
|
vmkdir etc/cron.d
|
||||||
vmkdir etc/cron.daily
|
|
||||||
vmkdir etc/cron.hourly
|
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vbin contrib/isag/isag
|
vbin contrib/isag/isag
|
||||||
|
|
Loading…
Add table
Reference in a new issue