From aaef5eb97a3a39f8758972e2de544314fa74efd0 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 27 Apr 2018 22:44:13 -0300 Subject: [PATCH] acpica-utils: update to 20180427. Closes #13918. Signed-off-by: Enno Boland --- srcpkgs/acpica-utils/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/acpica-utils/template b/srcpkgs/acpica-utils/template index 357d9f1af52..beca0636890 100644 --- a/srcpkgs/acpica-utils/template +++ b/srcpkgs/acpica-utils/template @@ -1,16 +1,16 @@ # Template file for 'acpica-utils' pkgname=acpica-utils -version=20180313 +version=20180427 revision=1 wrksrc="acpica-unix-${version}" -only_for_archs="i686 i686-musl x86_64 x86_64-musl" hostmakedepends="flex" short_desc="Intel ACPI CA Unix utilities" -homepage="https://www.acpica.org/" -license="GPL-2, 3-clause-BSD" +license="GPL-2.0-only, BSD-3-Clause" maintainer="Juan RP " +homepage="https://www.acpica.org/" 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() { 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;; esac } + do_install() { make DESTDIR=${DESTDIR} install vlicense ${FILESDIR}/LICENSE