updated on Fri Jan 20 04:00:45 UTC 2012
[aur-mirror.git] / kdeplasma-applets-battery-ng / PKGBUILD
blobfb3fc306c273f055dac416767b7e1d2230099bfb
1 # Contributor: vogo <vogo@seznam.cz>
3 pkgname=kdeplasma-applets-battery-ng
4 pkgver=trunk
5 pkgrel=1
6 pkgdesc="This is a modification of the original battery plasmoid of plasma desktop. It allows interpolation between battery states which effectivly provides a continuous bar instead of only 6 fill states."
7 arch=('i686' 'x86_64')
8 url="http://www.kde-look.org/content/show.php/show.php?content=117820"
9 license=('GPL2')
10 groups=()
11 depends=('kdebase-workspace>=4.3')
12 makedepends=('gcc' 'cmake' 'automoc4')
13 provides=()
14 conflicts=()
15 replaces=()
16 backup=()
17 options=()
18 install=
19 source=("http://kde-look.org/CONTENT/content-files/117820-battery-ng.tbz")
20 noextract=()
21 md5sums=('dfca88d30b4c22d0c82e140cf6ccc015')
23 build() {
24   cd $srcdir/battery-ng
25   mkdir build && cd build
26   cmake -DCMAKE_INSTALL_PREFIX=/usr .. || return 1
27   make || return 1
28   make DESTDIR="$pkgdir/" install || return 1