updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / photo-of-the-day-plasmoid / PKGBUILD
blobfc18a2372abe0a07bd3790b8679067e415b2d686
1 # Contributor: Carl Mueller  archlinux at carlm e4ward com
2 # Contributor: Michael Serpieri contact at pygoscelis dot org
4 pkgname=photo-of-the-day-plasmoid
5 pkgver=2.1.1
6 pkgrel=2
7 pkgdesc="Kdeplasma plasmoid to display photo of the day"
8 arch=('any')
9 url="http://www.kde-look.org/content/show.php/Photo+of+the+Day?content=104631"
10 license=('GPL')
11 depends=('kdebase-workspace')
12 makedepends=('cmake' 'automoc4')
13 source=(http://www.kde-look.org/CONTENT/content-files/104631-v${pkgver}.tar.gz)
14 md5sums=('2cdf92909254140a532c5b93bc6e6e30')
16 build() {
17   cd $srcdir/v$pkgver
18   mkdir build
19   cd build
20   cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
21   make
22   make DESTDIR=$pkgdir install