# Template file for 'acpica-utils'
pkgname=acpica-utils
version=20210930
revision=1
archs="i686* x86_64* aarch64*"
hostmakedepends="flex"
short_desc="Intel ACPI CA Unix utilities"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only, BSD-3-Clause"
homepage="https://www.acpica.org/"
distfiles="https://acpica.org/sites/acpica/files/acpica-unix-${version}.tar.gz"
checksum=3cd82a281a16bc70c2708665668f138c4fc606c31161d46ce77230454ec04821

do_build() {
	vsed -e 's/-Werror//g' \
		 -i generate/unix/Makefile.config

	vsed -e 's/_CYGWIN/_LINUX/g' \
		 -i generate/unix/iasl/Makefile

	case "$XBPS_TARGET_MACHINE" in
		i686*) make BITS=32;;
		*) make BITS=64;;
	esac
}

do_install() {
	make DESTDIR=${DESTDIR} install
	vlicense ${FILESDIR}/LICENSE
}
