1 # Maintainer: Wael Nasreddine <wael.nasreddine@gmail.com>
6 pkgdesc="lblmail is a small utility used to label an email based on pre-defined rules."
8 url=http://wael.nasreddine.com/projects/lblmail.html
13 _gitroot="git://github.com/eMxyzptlk/lblmail.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 make DESTDIR=${pkgdir} prefix=/usr install