mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
sysstat: update to 11.5.6.
This commit is contained in:
parent
e6a0a63bd4
commit
936c517270
1 changed files with 7 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'sysstat'
|
# Template file for 'sysstat'
|
||||||
pkgname=sysstat
|
pkgname=sysstat
|
||||||
version=11.5.5
|
version=11.5.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-install-isag --enable-copy-only --disable-file-attr
|
configure_args="--enable-copy-only --disable-file-attr
|
||||||
--with-systemdsystemunitdir= --enable-install-cron"
|
--with-systemdsystemunitdir= --enable-install-cron"
|
||||||
make_dirs="/var/log/sa 0755 root root"
|
make_dirs="/var/log/sa 0755 root root"
|
||||||
conf_files="/etc/default/sysstat /etc/default/sysstat.ioconf"
|
conf_files="/etc/default/sysstat /etc/default/sysstat.ioconf"
|
||||||
|
@ -14,7 +14,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://pagesperso-orange.fr/sebastien.godard/"
|
homepage="http://pagesperso-orange.fr/sebastien.godard/"
|
||||||
distfiles="http://pagesperso-orange.fr/sebastien.godard/${pkgname}-${version}.tar.gz"
|
distfiles="http://pagesperso-orange.fr/sebastien.godard/${pkgname}-${version}.tar.gz"
|
||||||
checksum=49ffe8c5809c5f0c283f16235776d364dcd9aa755dcde48a69a209c1916a6b39
|
checksum=868d35ae4899c2b2e813cf33510fb383777a63e3649f850505b2798a69b69e27
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's/lib64/lib/' configure
|
sed -i 's/lib64/lib/' configure
|
||||||
|
@ -26,3 +26,7 @@ pre_configure() {
|
||||||
vmkdir etc/cron.daily
|
vmkdir etc/cron.daily
|
||||||
vmkdir etc/cron.hourly
|
vmkdir etc/cron.hourly
|
||||||
}
|
}
|
||||||
|
post_install() {
|
||||||
|
vbin contrib/isag/isag
|
||||||
|
vman contrib/isag/isag.1
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue