mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
sysstat: add systemd option
This commit is contained in:
parent
0063117a04
commit
114c49ed78
1 changed files with 7 additions and 2 deletions
|
@ -1,9 +1,14 @@
|
||||||
# Template file for 'sysstat'
|
# Template file for 'sysstat'
|
||||||
pkgname=sysstat
|
pkgname=sysstat
|
||||||
version=11.0.0
|
version=11.0.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-systemdsystemunitdir=/usr/lib/systemd/system --enable-yesterday --enable-install-cron --enable-install-isag"
|
configure_args="--enable-yesterday --enable-install-isag"
|
||||||
|
if [ "$build_option_systemd" ]; then
|
||||||
|
configure_args+=" --with-systemdsystemunitdir=/usr/lib/systemd/system"
|
||||||
|
else
|
||||||
|
configure_args+=" --with-systemdsystemunitdir=none --enable-install-cron"
|
||||||
|
fi
|
||||||
make_dirs="/var/log/sa 0755 root root"
|
make_dirs="/var/log/sa 0755 root root"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
depends="lm-sensors"
|
depends="lm-sensors"
|
||||||
|
|
Loading…
Add table
Reference in a new issue