40 lines
1.2 KiB
Bash
40 lines
1.2 KiB
Bash
# Template file for 'freeipmi'
|
|
pkgname=freeipmi
|
|
version=1.5.7
|
|
revision=1
|
|
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@gmail.com>"
|
|
license="GPL-3"
|
|
# Changelog: http://www.gnu.org/software/freeipmi/NEWS
|
|
homepage="http://www.gnu.org/software/freeipmi/"
|
|
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=b46c9432e8649b87d4646bbf4da32f7e9039796fc256f4b229c94c3ac7d0bde5
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
aarch64) configure_args+=" ac_cv_header_sys_io_h=no";;
|
|
*-musl) broken="Bunches of freeipmi-argp-namefrob.h:62:32: error: redefinition of 'argp_fmtstream_write'"
|
|
esac
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/etc/{sysconfig,init.d}
|
|
vsv ipmiseld
|
|
vsv ipmidetectd
|
|
vsv bmc-watchdog
|
|
}
|
|
|
|
freeipmi-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/*.so
|
|
vmove usr/lib/*.a
|
|
vmove usr/share/man/man3
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|