# $Id: PKGBUILD 47304 2011-05-21 11:51:25Z mherych $ # Maintainer: Mateusz Herych # Contributor: Jaroslaw Swierczynski pkgname=kadu pkgver=0.9.2 pkgrel=1 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') makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl') source=(http://www.kadu.net/download/stable/$pkgname-$pkgver.tar.bz2) md5sums=('e23d39a2233a0585febe5a8ab50274dc') 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} }