void-packages/srcpkgs/acpica-utils/template

29 lines
755 B
Text
Raw Normal View History

# Template file for 'acpica-utils'
pkgname=acpica-utils
2014-11-19 07:06:01 +00:00
version=20141107
wrksrc=acpica-unix-${version}
2013-04-22 14:50:51 +00:00
revision=1
2014-01-22 08:45:40 +00:00
only_for_archs="i686 x86_64"
hostmakedepends="flex"
short_desc="Intel ACPI CA Unix utilities"
2013-03-31 07:25:15 +00:00
homepage="https://www.acpica.org/"
license="GPL-2"
maintainer="Juan RP <xtraeme@gmail.com>"
update_site="https://acpica.org/downloads"
update_pkgname="acpica-unix"
2013-04-22 14:50:51 +00:00
distfiles="http://acpica.org/sites/acpica/files/acpica-unix-${version}.tar.gz"
2014-11-19 07:06:01 +00:00
checksum=f2f72e4f4d1eb40a7d5bf23512e3733b15e708ede40ed362d0fb563a5e8d64cc
do_build() {
2013-04-22 14:50:51 +00:00
sed -e 's/_CYGWIN/_LINUX/g' -e 's/-Werror//g' -i generate/unix/Makefile.config
2013-04-22 14:50:51 +00:00
if [ "$XBPS_TARGET_ARCH" = "i686" ]; then
make BITS=32
2013-04-22 14:50:51 +00:00
else
make BITS=64
2013-04-22 14:50:51 +00:00
fi
}
do_install() {
2013-04-22 14:50:51 +00:00
make DESTDIR=${DESTDIR} install
}