# $Id: PKGBUILD 55999 2011-09-28 14:40:31Z mherych $ # Maintainer: Mateusz Herych # Contributor: Jaroslaw Swierczynski pkgname=kadu pkgver=0.10.0 pkgrel=1 pkgdesc="A Qt-based Jabber/XMPP and Gadu-Gadu client" arch=('i686' 'x86_64' 'mips64el') 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=('6d3e9889f53cf10c2cd9499aabbff67a') 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} }