1 # Maintainer: Andrea Scarpino <andrea@archlinux.org>
3 pkgname=telepathy-call-ui-git
6 pkgdesc="Voice/Video Call UI for KDE4 Telepathy"
8 url="http://www.kde.org"
10 depends=('kdebase-runtime' 'telepathy-qt4' 'qtgstreamer-git')
11 makedepends=('cmake' 'automoc4' 'git' 'boost')
13 _gitroot="git://anongit.kde.org/telepathy-call-ui.git"
14 _gitname="telepathy-call-ui"
19 msg "Connecting to the GIT server...."
21 if [[ -d ${srcdir}/$_gitname ]] ; then
24 msg "The local files are updated."
29 msg "GIT checkout done"
30 msg "Starting make..."
32 rm -rf ${srcdir}/build && mkdir ${srcdir}/build
36 -DCMAKE_INSTALL_PREFIX=/usr
44 make DESTDIR=${pkgdir} install