updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / customizable-weather-plasmoid / PKGBUILD
blob527ab32119fafd4130a05d469cc8952ad04c7ab8
1 # Maintainer: Carl Mueller  archlinux at carlm e4ward com
3 pkgname=customizable-weather-plasmoid
4 pkgver=1.5.8
5 pkgrel=1
6 pkgdesc="cwp, a kdeplasma weather plasmoid with lots of customization"
7 arch=(i686 x86_64)
8 url="http://www.kde-look.org/content/show.php/Customizable+Weather+Plasmoid?content=98925"
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/98925-cwp-$pkgver.tar.bz2)
14 md5sums=('12c609a979d098039845505851138b39')
15 build() {
16   cd $srcdir/cwp-$pkgver/
17   mkdir build
18   cd build
19   cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
20   make
21   make DESTDIR=$pkgdir install