1 # Maintainer: Dave Reisner <d@falconindy.com>
6 pkgdesc="An inotify based implementation of tail"
8 url="http://distanz.ch/inotail"
14 _gitroot="git://gitorious.org/inotail/inotail.git"
19 msg "Connecting to GIT server...."
21 if [[ -d $_gitname ]] ; then
22 cd $_gitname && git pull origin
23 msg "The local files are updated."
25 git clone $_gitroot $_gitname
28 msg "GIT checkout done or server timeout"
29 msg "Starting make..."
31 rm -rf "$srcdir/$_gitname-build"
32 cp -r "$srcdir/$_gitname"{,-build}
33 cd "$srcdir/$_gitname-build"
39 cd "$srcdir/$_gitname-build"
40 make prefix="$pkgdir/usr" install