#!/usr/bin/bash # JOBoRun : Jwm OpenBox Obarun RUNit # Maintainer : Joe Bo Run # PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobextra/$pkgname" # Website : https://pozol.eu #-----------------------------------------| DESCRIPTION |--------------------------------------- pkgname=acpica pkgver=20240321 pkgrel=01 pkgdesc="ACPI tools, including Intel ACPI Source Language compiler" url="https://acpica.org" depends=(glibc) makedepends=(flex bison) provides=(iasl) conflicts=(iasl) replaces=(iasl) options=(!makeflags) #source=(${pkgname}-unix-${pkgver}.tar.gz::https://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar_0.gz) # thanks Intel for making downloading sources so painful... # https://github.com/acpica/acpica/issues/888 # https://github.com/acpica/acpica/issues/886 # https://github.com/acpica/acpica/issues/883 # https://github.com/acpica/acpica/issues/857 # source=(https://github.com/acpica/acpica/files/14718333/$pkgname-unix-$pkgver.tar.gz) source=(https://downloadmirror.intel.com/819451/$pkgname-unix-$pkgver.tar.gz) build() { NOWERROR=TRUE make -C $pkgname-unix-$pkgver } package() { make DESTDIR="$pkgdir" install -C $pkgname-unix-$pkgver } #---- arch license gpg-key & sha256sums ---- arch=(x86_64) license=(GPL-2.0) sha256sums=(54a299487925fd3e0551c95f9d5cee4f4984930273983eff67aa5cd46f8f338b) # acpica-unix-20240321.tar.gz ## d192a9aa9d4c42c8c866f4000ec4968dd783d3f87175bc35862792d9f63ecd70 acpica-20240321-01-x86_64.pkg.tar.lz