1 # Maintainer: Thomas Burdick <thomas.burdick@gmail.com>
5 pkgdesc="C code coverage tool which uses debug symbols"
7 url="http://simonkagstrom.github.com/kcov/index.html"
14 _gitroot="http://github.com/SimonKagstrom"
18 msg "Connecting to github.com GIT server...."
20 if [ -d ${_gitname} ] ; then
21 cd $_gitname && git pull origin
22 msg "The local files are updated."
24 git clone ${_gitroot}/${_gitname}.git
27 msg "GIT checkout done or server timeout"
28 msg "Starting make..."
32 cmake -DCMAKE_INSTALL_PREFIX=/usr .
34 make DESTDIR=$pkgdir/ install || return 1