# Maintainer: Manuel Tortosa # Include global configuration source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=kdebindings-qtruby _pkgname=qtruby pkgver=${_kdever} pkgrel=3 pkgdesc="Qt bindings for ruby" url="http://kde.org/" arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') depends=("kdebindings-smokeqt>=${_kdever}" "ruby") makedepends=('cmake' 'automoc4' "kdebindings-smokegen>=${_kdever}") source=("$_mirror/${_pkgname}-$_kdever.tar.xz") sha256sums=(`grep ${_pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`) conflicts=('kdebindings-common') groups=("kde" "kdebindings" "kde-uninstall") provides=('qtruby') options=('docs' '!header' 'debug' 'log') build() { cd ${srcdir}/${_pkgname}-${pkgver} cmake . -DCMAKE_BUILD_TYPE=${_build_type} \ -DCMAKE_INSTALL_PREFIX=${_installprefix} make } package() { cd ${srcdir}/${_pkgname}-${pkgver} make DESTDIR=${pkgdir} install || return 1 } sha256sums=('7b3f0dc291b51bc3cea9e63c78a08fa243149df949dab47e85c9f92b737aa2a1')