# Apps Packages for Chakra, part of chakra-project.org # Neophytos Kolokotronis pkgname=ktp-auth-handler pkgver=0.5.3 pkgrel=1 pkgdesc="Telepathy contact list application " arch=('x86_64') url="http://www.kde.org" license=('GPL') depends=('ktp-common-internals' 'qjson') makedepends=('cmake' 'automoc4') conflicts=('telepathy-kde-auth-handler') replaces=('telepathy-kde-auth-handler') provides=('telepathy-kde-auth-handler') groups=('kde-telepathy') source=("ftp://mirrors.mit.edu/kde/unstable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") md5sums=('b6fadf6c7f3923e14a38808029687cf5') build() { cd "${srcdir}" mkdir build cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release make } package() { cd "${srcdir}"/build make DESTDIR="${pkgdir}" install }