26 lines
683 B
Text
26 lines
683 B
Text
# Template file for 'acpica-utils'
|
|
pkgname=acpica-utils
|
|
version=20140724
|
|
wrksrc=acpica-unix-${version}
|
|
revision=1
|
|
only_for_archs="i686 x86_64"
|
|
hostmakedepends="flex"
|
|
short_desc="Intel ACPI CA Unix utilities"
|
|
homepage="https://www.acpica.org/"
|
|
license="GPL-2"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="http://acpica.org/sites/acpica/files/acpica-unix-${version}.tar.gz"
|
|
checksum=9afbaa84cf3e36e41c4746ed892aee5094dbdc8cc719d89583a81308c284ce84
|
|
|
|
do_build() {
|
|
sed -e 's/_CYGWIN/_LINUX/g' -e 's/-Werror//g' -i generate/unix/Makefile.config
|
|
|
|
if [ "$XBPS_TARGET_ARCH" = "i686" ]; then
|
|
make BITS=32
|
|
else
|
|
make BITS=64
|
|
fi
|
|
}
|
|
do_install() {
|
|
make DESTDIR=${DESTDIR} install
|
|
}
|