# $Id: PKGBUILD 132578 2011-07-25 00:12:36Z andrea $ # Maintainer: Andrea Scarpino pkgname=kdebindings-qtruby pkgver=4.7.0 pkgrel=1 pkgdesc="Qt bindings for ruby" url="http://kde.org/" arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') groups=('kdebindings') depends=('kdebindings-smokeqt' 'ruby') makedepends=('cmake' 'automoc4' 'kdebindings-smokegen') conflicts=('kdebindings-ruby') source=("http://download.kde.org/stable/${pkgver}/src/qtruby-${pkgver}.tar.bz2") sha1sums=('c42bf8eb7e237ce3b6ab061e30c8243d0e9ecae1') build() { cd "${srcdir}" mkdir build cd build cmake ../qtruby-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr make } package() { cd "${srcdir}"/build make DESTDIR="${pkgdir}" install }