1 pkgname=kdepim4-runtime-git
4 pkgdesc='KDE PIM Runtime Environment'
6 url='http://www.kde.org'
7 license=('GPL' 'LGPL' 'FDL')
8 depends=('kdepimlibs4-git' 'kdebase4-runtime-git')
9 makedepends=('pkgconfig' 'cmake' 'automoc4' 'git' 'boost')
10 conflicts=('kdepim-runtime')
11 provides=('kdepim-runtime')
13 install='kdepim4-runtime-git.install'
15 _gitroot="git://anongit.kde.org/kdepim-runtime"
16 _gitname="kdepim-runtime"
20 msg "Connecting to the GIT server...."
22 if [[ -d $srcdir/$_gitname ]] ; then
25 msg "The local files are updated."
30 msg "GIT checkout done"
31 msg "Starting make..."
32 if [[ -d ${srcdir}/build ]]; then
33 msg "Cleaning the previous build directory..."
34 rm -rf ${srcdir}/build
38 cmake $startdir/src/$_gitname -DCMAKE_BUILD_TYPE=debugfull \
39 -DCMAKE_INSTALL_PREFIX=/usr \
46 make DESTDIR=${pkgdir} install