freeipmi: use make_dirs= to create /var/cache/impiseld

This commit is contained in:
maxice8 2019-01-20 11:09:30 -02:00 committed by Toyam Cox
parent 810c2796cd
commit 8854588dd8
5 changed files with 5 additions and 5 deletions

0
srcpkgs/freeipmi/files/bmc-watchdog/finish Executable file → Normal file
View file

0
srcpkgs/freeipmi/files/bmc-watchdog/run Executable file → Normal file
View file

0
srcpkgs/freeipmi/files/ipmidetectd/run Executable file → Normal file
View file

2
srcpkgs/freeipmi/files/ipmiseld/run Executable file → Normal file
View file

@ -1,4 +1,2 @@
#!/bin/sh
[ -d /var/cache/ipmiseld ] || mkdir /var/cache/ipmiseld
exec ipmiseld --foreground

View file

@ -1,20 +1,22 @@
# Template file for 'freeipmi'
pkgname=freeipmi
version=1.6.2
revision=1
revision=2
build_style=gnu-configure
configure_args="--without-systemdsystemunitdir ac_cv_header_sys_stropts_h=no"
conf_files="/etc/freeipmi/*.conf"
hostmakedepends="pkg-config"
makedepends="libgcrypt-devel"
short_desc="In-band and out-of-band IPMI software"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="GPL-3"
license="GPL-3.0-or-later"
# Changelog: http://www.gnu.org/software/freeipmi/NEWS
homepage="http://www.gnu.org/software/freeipmi/"
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=31513324591bf8d79d7cdeb39ecfac45e0ea7f6a5905a625a4a906fb8270124a
conf_files="/etc/freeipmi/*.conf"
make_dirs="/var/cache/ipmiseld 0755 root root"
case "$XBPS_TARGET_MACHINE" in
aarch64) configure_args+=" ac_cv_header_sys_io_h=no";;
esac