[adelie-pkg] [PATCH] user/acpi: pull in, fix license

From: Max Rees <maxcrees_at_me.com>
Date: Sun, 05 Aug 2018 01:09:54 -0400

---
 user/acpi/APKBUILD | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 user/acpi/APKBUILD
diff --git a/user/acpi/APKBUILD b/user/acpi/APKBUILD
new file mode 100644
index 0000000..8d2b494
--- /dev/null
+++ b/user/acpi/APKBUILD
_at__at_ -0,0 +1,33 _at__at_
+# Contributor: Cág <ca6c(a)bitmessage.ch>
+# Maintainer: Max Rees <maxcrees(a)me.com>
+pkgname=acpi
+pkgver=1.7
+pkgrel=2
+pkgdesc="ACPI client for battery, power, and thermal readings"
+url="https://sourceforge.net/projects/acpiclient/files/acpiclient/"
+arch="all"
+options="!check"  # No test suite.
+license="GPL-2.0+"
+depends=""
+makedepends=""
+subpackages="$pkgname-doc"
+source="http://downloads.sourceforge.net/acpiclient/$pkgname-$pkgver.tar.gz"
+
+build() {
+	cd "$builddir"
+	./configure \
+		--build=$CBUILD \
+		--host=$CHOST \
+		--prefix=/usr \
+		--sysconfdir=/etc \
+		--mandir=/usr/share/man \
+		--localstatedir=/var
+	make
+}
+
+package() {
+	cd "$builddir"
+	make DESTDIR="$pkgdir" install
+}
+
+sha512sums="e6c96707d651eb20aa4a4c76f78891154d576ccdfaef08b5eff6094b90b62a0e97f6e35a4a996dcc3b5f0b57ee2c60542f41832039c6cbdf853ff3d022c1b609  acpi-1.7.tar.gz"
-- 
2.17.1
Received on Sun Aug 05 2018 - 04:56:45 UTC

This archive was generated by hypermail 2.4.0 : Sat May 08 2021 - 22:54:40 UTC