4 pkgdesc="LEt fortune's Wheel help you to choose at the Moment"
6 url="http://github.com/cdede/tcgmail/"
11 _gitroot="http://github.com/cdede/lewm.git"
16 msg "Connecting to GIT server...."
18 if [ -d $_gitname ] ; then
19 cd $_gitname && git pull origin
20 msg "The local files are updated."
22 git clone $_gitroot $_gitname
25 msg "GIT checkout done or server timeout"
26 msg "Starting make..."
28 rm -rf "$srcdir/$_gitname-build"
29 git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
30 cd "$srcdir/$_gitname-build"
32 python2 ./setup.py install --root=$pkgdir || return 1