updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / adjustable-clock-plasmoid / PKGBUILD
blob7ab934bd57befbf256c54312c090ab6ac9da7346
1 # Contributor: Carl Mueller  arch at carlm e4ward com
3 pkgname=adjustable-clock-plasmoid
4 pkgver=3.0
5 pkgrel=1
6 pkgdesc="Customizable kdeplasma clock plasmoid."
7 arch=(i686 x86_64)
8 url="http://www.kde-look.org/content/show.php/Adjustable+Clock?content=92825"
9 license=('GPL')
10 depends=('kdebase-workspace')
11 makedepends=('cmake' 'automoc4')
12 conflicts=(kde-extragear-plasmoids)
13 source=(http://www.kde-look.org/CONTENT/content-files/92825-adjustableclock-$pkgver.tar.bz2)
14 md5sums=('cfe84573db8814edbfec5bcf8a29f4ee')
15 build() {
16     cd $srcdir/adjustableclock-$pkgver
17     mkdir build
18     cd build
19     cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
20     make
21     make DESTDIR=$pkgdir install