4 pkgdesc="A wrapper on top of SQLite with a GObject-based interface"
5 url="https://code.google.com/p/sqlheavy/"
11 _gitroot="git://gitorious.org/sqlheavy/sqlheavy.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"
33 ./configure --prefix=/usr
37 cd "$srcdir/$_gitname-build"
39 make DESTDIR="${pkgdir}" install