updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / plasmoid-tea-cooker / PKGBUILD
blob92cf096416dd8945b1355315d856e8cc634c4cc6
1 # Contributor: Viliam Pucik <viliam dot pucik at gmail dot com>
3 pkgname=plasmoid-tea-cooker
4 pkgver=0.3.0
5 pkgrel=2
6 pkgdesc="KDE 4 Plasma applet to assist all lovers of tea in the task of steeping tea for just the perfect length of time"
7 arch=('i686' 'x86_64')
8 url="http://kde-look.org/content/show.php/Tea+Cooker?content=85564"
9 license=('GPL')
10 depends=('kdebase-workspace')
11 makedepends=('gcc' 'cmake' 'automoc4')
12 source=(http://kde-look.org/CONTENT/content-files/85564-TeaCooker.tar.gz
13         plasma.patch)
14 md5sums=('3a58895b0927bf0b55b165968c71cbc1'
15          '71fb4655b51e8471a446000fbcb7dddc')
17 build() {
18   cd $srcdir/TeaCooker
19   patch -p1 < $srcdir/plasma.patch
20   cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
21   make || return 1
22   make DESTDIR=$pkgdir install