updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / plasma-applet-smhi / PKGBUILD
bloba35ffadca9ef9eb9e38edfc2e62482ac20f90480
1 # Contributor: Aurel Canciu <aurelcanciu@gmail.com>
2 pkgname=plasma-applet-smhi
3 pkgver=0.2.2
4 pkgrel=1
5 pkgdesc="Plasmoid which shows 5-days weather forecast with data from SMHI"
6 arch=('i686' 'x86_64')
7 url="http://kde-look.org/content/show.php/SMHI+weather+plasmoid?content=93235"
8 license="GPL"
9 makedepends=('cmake' 'automoc4')
10 source=(http://www.svenstorp.com/plasma/applets/smhi/$pkgver/$pkgname-$pkgver.tar.gz)
11 md5sums=('2b80d530bb9e965531e0dd28c867cb91')
12 build() {
13         cd $srcdir/plasma-applet-smhi-$pkgver
14         rm -rf build
15         mkdir build
16         cd build
17         cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ../
18         make clean
19         make VERBOSE=1 || return 1
20         make DESTDIR=$pkgdir install || return 1