# $Id: PKGBUILD 57233 2011-10-24 20:33:05Z andrea $ # Maintainer: Mateusz Herych # Contributor: Jaroslaw Swierczynski pkgname=kadu pkgver=0.10.1 pkgrel=2 pkgdesc="A Qt-based Jabber/XMPP and Gadu-Gadu client" arch=('i686' 'x86_64') url="http://www.kadu.net/" license=('GPL') depends=('libgadu' 'libxss' 'aspell' 'phonon' 'qca-ossl' 'libidn' 'libmpdclient' 'qtwebkit') makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl') source=(http://www.kadu.net/download/stable/$pkgname-$pkgver.tar.bz2) md5sums=('6211a9a9e02d645268cbf055892601a0') build() { cd $srcdir/kadu-$pkgver cmake . -DCMAKE_INSTALL_PREFIX=/usr make } package() { cd $srcdir/kadu-$pkgver make DESTDIR=$pkgdir install rm -rf $pkgdir/usr/{lib,include}/{libgadu*,pkgconfig} rm -rf $pkgdir/usr/share/kadu/{HISTORY,README} }