updated on Wed Jan 11 12:00:27 UTC 2012
[aur-mirror.git] / hiberbat / PKGBUILD
blob5478af8215cfd76bb29d7c13847e0e581aa22830
1 # Maintainer: Tim van Dalen <Tim@timvdalen.nl>
2 pkgname=hiberbat
3 pkgver=1.0.1
4 pkgrel=2
5 pkgdesc="Hiberbat is a small daemon that checks if your main battery is on a critical level and if so, hibernates. The beauty is that it's highly configurable."
6 arch=(any)
7 url="http://timvdalen.nl/projects/hiberbat"
8 license=('GPL')
9 groups=()
10 depends=("hibernate-script" "acpi")
11 makedepends=()
12 optdepends=()
13 provides=()
14 conflicts=()
15 replaces=()
16 backup=()
17 options=()
18 install=
19 changelog=
20 source=($pkgname-$pkgver.tar.gz)
21 noextract=()
22 md5sums=('7951e2ea1498dc00df2ca8a9d77565d4')
24 build() {
25   cd "$srcdir/$pkgname-$pkgver"
27   make
30 package() {
31   cd "$srcdir/$pkgname-$pkgver"
33   make DESTDIR="$pkgdir/" install