1 # Contributor: Aurel Canciu <aurelcanciu@gmail.com>
2 pkgname=plasma-applet-smhi
5 pkgdesc="Plasmoid which shows 5-days weather forecast with data from SMHI"
7 url="http://kde-look.org/content/show.php/SMHI+weather+plasmoid?content=93235"
9 makedepends=('cmake' 'automoc4')
10 source=(http://www.svenstorp.com/plasma/applets/smhi/$pkgver/$pkgname-$pkgver.tar.gz)
11 md5sums=('2b80d530bb9e965531e0dd28c867cb91')
13 cd $srcdir/plasma-applet-smhi-$pkgver
17 cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ../
19 make VERBOSE=1 || return 1
20 make DESTDIR=$pkgdir install || return 1