# Description: call ACPI methods by writing the method name followed by arguments to /proc/acpi/call. # URL: https://github.com/mkottman/acpi_call # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io name=acpi_call version=1.1.0 release=1 source=(https://github.com/mkottman/$name/archive/v$version.tar.gz kernelinclude.diff) current() { git-check-tag https://github.com/mkottman/acpi_call } build() { cd $name-$version patch -Np1 -i ../kernelinclude.diff make install -m 0644 -D acpi_call.ko $PKG/lib/modules/$(uname -r)/extra/acpi_call.ko }