1 # Maintainer: Marc Cousin <cousinmarc@gmail.com>
6 pkgdesc="Monitor Linux event devices and modify their behavior"
8 url='http://codegrove.org/evdaemon/'
14 _gitroot="git://github.com/tuos/evdaemon.git"
19 msg "Connecting to GIT server...."
21 if [ -d ${srcdir}/$_gitname ] ; then
22 cd $_gitname && git pull origin
23 msg "The local files are updated."
28 msg "GIT checkout done or server timeout"
29 msg "Starting make..."
31 git clone $_gitname $_gitname-build
32 cd ${srcdir}/$_gitname-build
35 ./configure --prefix=/ --bindir=/usr/bin || return 1
37 make DESTDIR=${pkgdir} install || return 1