Date: Wednesday, September 9, 2020 @ 20:30:20
  Author: heftig
Revision: 701660

archrelease: copy trunk to community-testing-x86_64

Added:
  acpi_call-lts/repos/community-testing-x86_64/
  acpi_call-lts/repos/community-testing-x86_64/PKGBUILD
    (from rev 701657, acpi_call-lts/trunk/PKGBUILD)

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

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 701657, 
acpi_call-lts/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-09-09 20:30:20 UTC (rev 701660)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin <aluc...@archlinux.org>
+# Contributor: mortzu <m...@mortzu.de>
+# Contributor: fnord0 <fno...@riseup.net>
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=171
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+provides=('acpi_call')
+
+build() {
+  _kernver=$(</usr/src/linux-lts/version)
+
+  fakeroot dkms build --dkmstree "$srcdir" -m acpi_call/$pkgver -k $_kernver
+}
+
+package() {
+  depends=(linux-lts)
+
+  _kernver=$(</usr/src/linux-lts/version)
+
+  install -Dt "$pkgdir/usr/lib/modules/$_kernver/extramodules" -m0644 \
+    acpi_call/${pkgver}/$_kernver/$CARCH/module/*
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+
+  mkdir -p "$pkgdir/usr/share"
+  cp -a /usr/share/acpi_call "$pkgdir/usr/share/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:
+
+
+
+
+
+
+
+
+
+
+

Reply via email to