diff options
Diffstat (limited to 'kde-unstable/kdebindings-qtruby/PKGBUILD')
-rw-r--r-- | kde-unstable/kdebindings-qtruby/PKGBUILD | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/kde-unstable/kdebindings-qtruby/PKGBUILD b/kde-unstable/kdebindings-qtruby/PKGBUILD deleted file mode 100644 index c4924890d..000000000 --- a/kde-unstable/kdebindings-qtruby/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 163364 2012-07-11 22:01:31Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdebindings-qtruby -pkgver=4.8.97 -pkgrel=1 -pkgdesc="Ruby bindings for the Qt libraries" -url="https://projects.kde.org/projects/kde/kdebindings/ruby/qtruby" -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/unstable/${pkgver}/src/qtruby-${pkgver}.tar.xz") -sha1sums=('9b553519fcc65348d2c2c87bb36fb2c74490f058') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../qtruby-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts RbConfig::CONFIG["vendorlibdir"]') \ - -DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts RbConfig::CONFIG["vendorarchdir"]') - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} |