# $Id: PKGBUILD 146089 2012-01-05 12:28:31Z andrea $ # Maintainer: Andrea Scarpino pkgname=kdebindings-perlqt pkgver=4.7.97 pkgrel=1 pkgdesc="Perl bindings for the Qt libraries" url="http://kde.org/" arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') groups=('kdebindings') depends=('kdebindings-smokeqt' 'perl-list-moreutils') makedepends=('cmake' 'automoc4' 'kdebindings-smokegen') source=("http://download.kde.org/unstable/${pkgver}/src/perlqt-${pkgver}.tar.bz2") sha1sums=('01210346c5b837bb053e9a96275010090022bf0e') build() { cd "${srcdir}" mkdir build cd build cmake ../perlqt-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_SKIP_RPATH=ON \ -DCMAKE_INSTALL_PREFIX=/usr make } package() { cd "${srcdir}"/build make DESTDIR="${pkgdir}" install }