summaryrefslogtreecommitdiff
path: root/community/yacpi/PKGBUILD
blob: e484be0414dbe4ab9743f245d74a35719d6d2133 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $Id: PKGBUILD 65275 2012-02-20 12:45:31Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sebastian A. Liem <sebastian@liem.se>

pkgname=yacpi
pkgver=3.0.1
pkgrel=3
pkgdesc="ncurses-based acpi monitor."
arch=('i686' 'x86_64' 'mips64el')
url="http://www.ngolde.de/yacpi.html"
license=('GPL')
depends=(ncurses libacpi)
source=(http://www.ngolde.de/download/$pkgname-$pkgver.tar.gz)
md5sums=('1b03394ee3b916f686cdc3e2c05ddb7a')

build() {
  cd $srcdir/$pkgname-$pkgver
  make
  install -d $pkgdir/usr/bin
  install -D -m 755 $pkgname $pkgdir/usr/bin/
}