# $Id: PKGBUILD 146149 2012-01-05 13:13:28Z andrea $ # Maintainer: Andrea Scarpino pkgname=kdegraphics-thumbnailers pkgver=4.7.97 pkgrel=1 pkgdesc="Thumbnailers for various graphics file formats" url="http://kde.org/" arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') depends=('libkexiv2' 'libkdcraw') makedepends=('cmake' 'automoc4') replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") sha1sums=('ebe91aed71b5a89f412ffb90075d3430c8757f2b') build() { cd "${srcdir}" mkdir build cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr make } package() { cd "${srcdir}"/build make DESTDIR="${pkgdir}" install }