1 # Maintainer: timttmy <marshall\\dot//cleave\\at//tiscali\\dot//co\\dot//uk>
6 pkgdesc="A GTK based battery monitor for the sys-tray written in Vala."
7 url="http://www.jezra.net/projects/vattery"
9 depends=('gtk2' 'acpi' 'librsvg')
10 makedepends=('gcc' 'make' 'intltool' 'pkgconfig')
12 source=(http://launchpad.net/$pkgname/0.7/$pkgver/+download/$pkgname-$pkgver.tar.gz)
13 md5sums=('0e6a0496ece5be0bffdc4fbbddcd2db9')
14 arch=('i686' 'x86_64')
17 cd $srcdir/$pkgname-$pkgver
18 ./configure --prefix=/usr/
20 make DESTDIR=$pkgdir install