1 # Contributor: Nikolay Rysev <mad.f3ka@gmail.com>
2 pkgname=akonadi-vkontakte-git
5 pkgdesc="VKontakte Resource for Akonadi"
7 url="https://projects.kde.org/projects/playground/pim/akonadi-vkontakte"
9 depends=('kdepimlibs>=4.6.0' 'qjson' 'boost' 'libxslt' 'libkvkontakte-git')
10 makedepends=('pkgconfig' 'automoc4' 'git' 'cmake')
11 _gitname="akonadi-vkontakte"
12 _gitroot="git://anongit.kde.org/${_gitname}"
16 msg "Connecting to KDE git server..."
17 if [ -d ${srcdir}/${_gitname} ] ; then
18 cd ${_gitname} && git pull origin
19 msg "The local files are updated."
22 msg "Repo clone finished"
26 -DCMAKE_INSTALL_PREFIX=/usr
31 cd ${srcdir}/${_gitname}
32 make DESTDIR=${pkgdir} install