summaryrefslogtreecommitdiff
path: root/repo/util/acpi
diff options
context:
space:
mode:
Diffstat (limited to 'repo/util/acpi')
-rw-r--r--repo/util/acpi/acpi.xibuild17
1 files changed, 0 insertions, 17 deletions
diff --git a/repo/util/acpi/acpi.xibuild b/repo/util/acpi/acpi.xibuild
deleted file mode 100644
index 6e40c3a..0000000
--- a/repo/util/acpi/acpi.xibuild
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="make"
-DEPS="musl acpid"
-
-PKG_VER=1.7
-SOURCE=https://downloads.sourceforge.net/acpiclient/acpi-$PKG_VER.tar.gz
-DESC="Client for battery, power, and thermal readings"
-
-build () {
- ./configure --prefix=/usr
- make
-}
-
-package () {
- make DESTDIR=$PKG_DEST install
-}