# 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.12-1 pkgbase=acpi_call pkgname=(acpi_call acpi_call-dkms) pkgver=1.1.0 pkgrel=235 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 kernel package)' url='https://github.com/mkottman/acpi_call' arch=('x86_64') arch+=('i686') license=('GPL') makedepends=(linux-libre-headers=${_basekernel%-*} git libelf) source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz" dkms.conf) sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0' '32e6ea6523b13132c6c7838bba7fbf3d040ba2d35a892c2c356245612720df8a') prepare() { cd $pkgbase-$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-gnu sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c } build() { cd $pkgbase-$pkgver make KVERSION="$(