mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
acpica-utils: update to 20180427.
Closes #13918. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
fb234603a5
commit
aaef5eb97a
1 changed files with 6 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'acpica-utils'
|
# Template file for 'acpica-utils'
|
||||||
pkgname=acpica-utils
|
pkgname=acpica-utils
|
||||||
version=20180313
|
version=20180427
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="acpica-unix-${version}"
|
wrksrc="acpica-unix-${version}"
|
||||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
|
||||||
hostmakedepends="flex"
|
hostmakedepends="flex"
|
||||||
short_desc="Intel ACPI CA Unix utilities"
|
short_desc="Intel ACPI CA Unix utilities"
|
||||||
homepage="https://www.acpica.org/"
|
license="GPL-2.0-only, BSD-3-Clause"
|
||||||
license="GPL-2, 3-clause-BSD"
|
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
homepage="https://www.acpica.org/"
|
||||||
distfiles="https://acpica.org/sites/acpica/files/acpica-unix-${version}.tar.gz"
|
distfiles="https://acpica.org/sites/acpica/files/acpica-unix-${version}.tar.gz"
|
||||||
checksum=958b5b75617732f6024484c32476cf0759b5777eb827a5e45f1cf3b45d174b15
|
checksum=ae01b2d9e06192dca8fec9ccba327f766454e10935f98f608ec7de2690fd0c16
|
||||||
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
sed -e 's/_CYGWIN/_LINUX/g' -e 's/-Werror//g' -i generate/unix/Makefile.config generate/unix/iasl/Makefile
|
sed -e 's/_CYGWIN/_LINUX/g' -e 's/-Werror//g' -i generate/unix/Makefile.config generate/unix/iasl/Makefile
|
||||||
|
@ -20,6 +20,7 @@ do_build() {
|
||||||
*) make BITS=64;;
|
*) make BITS=64;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make DESTDIR=${DESTDIR} install
|
make DESTDIR=${DESTDIR} install
|
||||||
vlicense ${FILESDIR}/LICENSE
|
vlicense ${FILESDIR}/LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue