updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / plasma-widget-mawakit / PKGBUILD
blob577a9e23fbd1e97776be34a611d614e2d15b1b08
1 # Contributor: Ahmed Atalla <a.atalla@linuxac.org>
2 pkgname=plasma-widget-mawakit
3 pkgver=0.2.0
4 pkgrel=1
5 pkgdesc="Mawakit is a prayer times plasmoid that plays the Islamic Adhan when it is time for prayer,Designed to be simple and elegant, Mawakit shows a countdown until the next prayer in a nice tooltip. "
6 arch=('i686' 'x86_64')
7 url="http://kde-look.org/content/show.php/Mawakit?content=128606"
8 license=('GPL')
9 groups=()
10 depends=('kdebase-workspace>=4.2')
11 makedepends=('gcc' 'cmake' 'automoc4')
12 provides=()
13 conflicts=()
14 replaces=()
15 backup=()
16 options=()
17 install=
18 source=("http://git.ojuba.org/cgit/plasma-widget-mawakit/snapshot/plasma-widget-mawakit-$pkgver.tar.gz")
19 noextract=()
20 md5sums=('1da9f0ff1dadd3f6e8c204f68e8156ae')
21 build() {
22   cd "$srcdir/plasma-widget-mawakit-$pkgver"
23   mkdir build && cd build
24   cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. || return 1
25   make || return 1
26   make DESTDIR="$pkgdir/" install || return 1