# $Id: PKGBUILD 103278 2014-01-02 12:22:39Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: Judd Vinet pkgname=acpi pkgver=1.7 pkgrel=1 pkgdesc='Client for battery, power, and thermal readings' arch=('x86_64' 'i686') url='http://sourceforge.net/projects/acpiclient/' license=('GPL2') depends=('glibc') source=("http://downloads.sourceforge.net/acpiclient/$pkgname-$pkgver.tar.gz") sha256sums=('d7a504b61c716ae5b7e81a0c67a50a51f06c7326f197b66a4b823de076a35005') build() { cd "$pkgname-$pkgver" ./configure --prefix=/usr make } package() { make -C "$pkgname-$pkgver" DESTDIR"=$pkgdir" install } # vim:set ts=2 sw=2 et: