1 # Maintainer: VinÃcius dos Santos Oliveira <vini.ipsmaker@gmail.com>
5 pkgdesc="It's the official animation editor of the BlowThemAll game."
7 url="http://code.google.com/p/blowthemall/"
15 _gitroot="https://code.google.com/p/blowthemall.giieditor/"
20 msg "Connecting to GIT server...."
22 if [ -d $_gitname ] ; then
23 cd $_gitname && git pull origin
24 msg "The local files are updated."
26 git clone $_gitroot $_gitname
29 msg "GIT checkout done or server timeout"
30 msg "Starting make..."
32 rm -rf "$srcdir/$_gitname-build"
33 git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
34 cd "$srcdir/$_gitname-build"
43 cp "$srcdir/$_gitname-build/giieditor" usr/bin