# $Id: PKGBUILD 161062 2012-06-07 21:14:04Z andrea $ # Maintainer: Andrea Scarpino pkgname=kdeutils-superkaramba pkgver=4.8.4 pkgrel=1 pkgdesc='An engine for cool desktop eyecandy' url='http://kde.org/applications/utilities/superkaramba/' arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') depends=('kdebase-runtime' 'qimageblitz') makedepends=('cmake' 'automoc4') groups=('kde' 'kdeutils') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/superkaramba-${pkgver}.tar.xz") sha1sums=('b013e4bd063790e5970cf798f247edb87d576900') build() { cd "${srcdir}" mkdir build cd build cmake ../superkaramba-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr make } package() { cd $srcdir/build make DESTDIR=$pkgdir install }