1 # Contributor: Lawrence Lee <valheru@facticius.net>
2 # Contributor: Dan Vratil <dan@progdan.cz>
7 pkgdesc="Part of KDE4 Support"
9 url="http://www.kde.org"
11 depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano-git')
12 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
16 _gitroot="git://anongit.kde.org/akonadi"
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..."
35 if [ ! -d ${srcdir}/build ]; then
36 mkdir -p ${srcdir}/build
41 -DCMAKE_BUILD_TYPE=Release \
42 -DCMAKE_INSTALL_PREFIX=/usr
50 make DESTDIR=${pkgdir} install