Date: Sunday, June 3, 2018 @ 06:34:08
  Author: archange
Revision: 338661

Rename iasl to acpica (FS#54221) and update to 20180531

Also clean the PKGBUILD, we can now just call make from the top folder.
Just license as GPL2 as permitted by the dual licensing, thus removing the
custom license file that had not been updated for ages (latest commit was from
aaron on 2009-07-16 and called {U+201C}Initial commit of community repo into 
svn{U+201D}...).

Added:
  acpica/
  acpica/repos/
  acpica/trunk/
  acpica/trunk/PKGBUILD

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Added: acpica/trunk/PKGBUILD
===================================================================
--- acpica/trunk/PKGBUILD                               (rev 0)
+++ acpica/trunk/PKGBUILD       2018-06-03 06:34:08 UTC (rev 338661)
@@ -0,0 +1,32 @@
+# Maintainer : Bruno Pagani <archa...@archlinux.org>
+# Maintainer : Laurent Carlier <lordhea...@gmail.com>
+# Contributor: Giovanni Scafora <giova...@archlinux.org>
+# Contributor: Alessio 'mOlOk' Bolognino <themo...@gmail.com>
+
+pkgname=acpica
+pkgver=20180531
+pkgrel=1
+pkgdesc="ACPI tools, including Intel ACPI Source Language compiler"
+arch=('x86_64')
+url="https://acpica.org";
+license=('GPL2')
+depends=('glibc')
+makedepends=('flex' 'bison')
+provides=('iasl')
+conflicts=('iasl')
+replaces=('iasl')
+options=('!makeflags')
+source=("https://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz";)
+sha256sums=('8f6cdcaa4039c2b3db141117ec8223f0e1297684b8ab47839e211bddad027665')
+
+build() {
+  cd acpica-unix-${pkgver}
+  # https://github.com/acpica/acpica/issues/387
+  export CFLAGS="${CFLAGS} -Wno-error=format-overflow"
+  make
+}
+
+package() {
+  cd acpica-unix-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Reply via email to