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
7 pkgdesc="Kdeplasma plasmoid to display photo of the day"
9 url="http://www.kde-look.org/content/show.php/Photo+of+the+Day?content=104631"
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')
20 cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
22 make DESTDIR=$pkgdir install