updated on Tue Jan 10 00:10:07 UTC 2012
[aur-mirror.git] / lithium / PKGBUILD
blobee0f4f9b828a6928413fffe25a2b843112920c6d
1 # Contributor: Mateusz Krasowski <matkras@gmail.com>
2 pkgname=lithium
3 pkgver=0.1.1
4 pkgrel=1
5 pkgdesc="Lithium Power Manager for KDE4"
6 arch=('i686' 'x86_64')
7 url="http://kde-apps.org/content/show.php?content=86943"
8 license=('GPL')
9 depends=('kdebase-workspace>=4' 'libxcb' 'libxss')
10 makedepends=('automoc4' 'cmake')
11 source=(http://kde-apps.org/CONTENT/content-files/86943-li-0.1.1.tar.bz2)
12 md5sums=('12b7ffb14e0659d7266f45e493697cbb')
14 build() {
15     cd li-0.1.1
16     mkdir build
17     cd build
18     cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. || return 1
19     make || return 1
20     make DESTDIR=$pkgdir install || return 1