# $Id: PKGBUILD 144125 2011-12-04 09:06:18Z andrea $ # Maintainer: Andrea Scarpino pkgname=kdebindings-qtruby pkgver=4.7.4 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=('e49e38a59238cf6f5ec9c2d9afc06f3330369fc7') 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 }