# $Id: PKGBUILD 130208 2011-07-04 08:59:54Z andrea $ # Maintainer: Andrea Scarpino # Contributor: Pierre Schmitz pkgname=qtcurve-gtk2 pkgver=1.8.9 pkgrel=1 arch=('i686' 'x86_64' 'mips64el') groups=('qtcurve') license=('GPL') pkgdesc='A configurable set of widget styles for KDE and Gtk' url='http://www.kde-look.org/content/show.php?content=40492' depends=('gtk2') makedepends=('pkgconfig' 'cmake') options=('!libtool') source=("http://craigd.wikispaces.com/file/view/QtCurve-Gtk2-${pkgver}.tar.bz2") md5sums=('e3248bd1b926f250b3a6ff9699134abd') build() { cd "${srcdir}" mkdir build cd build cmake ../QtCurve-Gtk2-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr make } package() { cd "${srcdir}"/build make DESTDIR="${pkgdir}" install }