1 # Mantainer: aleixpol@kde.org
7 pkgdesc="A sync'able task management application that works everywhere"
8 url="http://gitorious.org/kanban/"
12 makedepends=('cmake' 'git' 'automoc4')
15 _gitroot='git://gitorious.org/kanban/mainline.git'
20 msg "Connecting to gitorious GIT server...."
21 if [ -d ${srcdir}/$_gitname ] ; then
24 git submodule update --init
25 msg "The local files are updated."
27 git clone $_gitroot $_gitname
29 git submodule update --init
31 msg "GIT checkout done."
34 if [ -d build ] ; then
39 cmake ${srcdir}/$_gitname \
40 -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` \
41 -DCMAKE_BUILD_TYPE=Release || return 1
43 make DESTDIR=$startdir/pkg install