1 # Maintainer: George Brooke <george+arch.aur@george-brooke.co.uk>
2 # Contributor: Andrea Scarpino <andrea@archlinux.org>
4 pkgname=telepathy-send-file-git
7 pkgdesc="A File manager plugin to launch a file transfer job with a specified contact"
9 url="http://www.kde.org"
11 depends=('kdelibs' 'telepathy-qt4')
12 makedepends=('cmake' 'automoc4' 'git')
13 conflicts=('telepathy-kde-send-file')
15 _gitroot="git://anongit.kde.org/telepathy-send-file.git"
16 _gitname="telepathy-send-file"
21 msg "Connecting to the GIT server...."
23 if [[ -d ${srcdir}/$_gitname ]] ; then
26 msg "The local files are updated."
31 msg "GIT checkout done"
32 msg "Starting make..."
34 rm -rf ${srcdir}/build
39 -DCMAKE_BUILD_TYPE=Release \
40 -DCMAKE_INSTALL_PREFIX=/usr
47 make DESTDIR=${pkgdir} install