1 # Contributor: Flamelab <panosfilip@gmail.com>
2 # Contrubutor: hobarrera <hugo@osvaldobarrera.com.ar>
8 pkgdesc="The TaskView Project aims to create a set of APIs and libraries, which enables application developers to export information related to the Tasks."
10 url="https://github.com/ssickert/TaskView"
12 makedepends=('git' 'gnome-common' 'gtk-doc')
15 _gitroot="git://github.com/ssickert/TaskView.git"
23 msg "Connecting to the GIT server...."
24 if [[ -d ${srcdir}/${_gitname} ]] ; then
27 msg "The local files are updated..."
32 msg "GIT checkout done."
34 msg "Starting make for: ${pkgname}"
36 if [[ -d ${srcdir}/${_gitname}-build ]]; then
37 msg "Cleaning the previous build directory..."
38 rm -rf ${srcdir}/${_gitname}-build
41 git clone ${srcdir}/${_gitname} ${srcdir}/${_gitname}-build
43 cd ${srcdir}/${_gitname}-build
45 msg "Starting configure..."
47 ./autogen.sh --prefix=/usr
49 msg "Starting make..."
56 cd ${srcdir}/${_gitname}-build
57 make DESTDIR=${pkgdir} install