updated on Tue Jan 10 00:10:07 UTC 2012
[aur-mirror.git] / yawp-weather-plasmoid / PKGBUILD
blob29fc9fff2577ebcb056566c40ff56d3d32cad8c1
1 # Maintainer: Carl Mueller arch at carlm e4ward com
3 pkgname=yawp-weather-plasmoid
4 pkgver=0.4.2
5 pkgrel=1
6 pkgdesc="Colorful kdeplasma weather plasmoid"
7 arch=(i686 x86_64)
8 url="http://www.kde-look.org/content/show.php/yaWP+(Yet+Another+Weather+Plasmoid)?content=94106"
9 depends=('kdebase-workspace' 'gettext')
10 makedepends=('cmake' 'automoc4')
11 conflicts=(kde-extragear-plasmoids)
12 source=(http://downloads.sourceforge.net/yawp/yawp-$pkgver.tar.bz2)
13 license=('GPL')
14 md5sums=('9ad0a49685d7b5452149dea883705a42')
15 build() {
16   cd $srcdir/yawp-$pkgver
17   mkdir build
18   cd build
19   cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
20   make VERBOSE=1
21   make DESTDIR=$pkgdir install