Skip to content
Snippets Groups Projects
Commit 405bbad9 authored by Leo's avatar Leo
Browse files
parent 6a77b276
No related branches found
No related tags found
No related merge requests found
# Maintainer: Cág <ca6c@bitmessage.ch>
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=acpi
pkgver=1.7
pkgrel=3
pkgrel=4
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-or-later"
subpackages="$pkgname-doc"
source="https://downloads.sourceforge.net/acpiclient/$pkgname-$pkgver.tar.gz"
source="https://downloads.sourceforge.net/acpiclient/acpi-$pkgver.tar.gz"
build() {
cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
......@@ -23,7 +22,6 @@ build() {
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment