# Maintainer (Arch): Maxime Gauduin # Contributor (Arch): mortzu # Contributor (Arch): fnord0 # Contributor (Hyperbola): André Silva # Contributor (Hyperbola): Márcio Silva # Maintainer: Omar Vega Ramos _basekernel=5.4.28-1 pkgname=acpi_call-lts pkgver=1.1.0 pkgrel=131 pkgrel+=.parabola1.basekernel${_basekernel%-*} pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call' pkgdesc+=' (built for the linux-libre-lts kernel package)' url='https://github.com/mkottman/acpi_call' arch=('x86_64') arch+=('i686' 'armv7h') license=('GPL') makedepends=(linux-libre-lts-headers=${_basekernel%-*} libelf) provides=('acpi_call') source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz") sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0') prepare() { cd acpi_call-$pkgver # Fix build with Linux-libre >= 3.17-gnu sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c # Fix build with Linux-libre >= 4.12 sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c } build() { cd acpi_call-$pkgver make KVERSION="$(