1 # Maintainer: Andrea Scarpino <andrea@archlinux.org>
11 depends=('gnome-common' 'intltool' 'dbus-glib')
13 provides=('meego-help')
14 conflicts=('meego-help')
16 _gitroot="git://gitorious.org/meego-netbook-ux/meego-help.git"
21 msg "Connecting to GIT server...."
23 if [ -d $_gitname ] ; then
24 cd $_gitname && git pull origin
25 msg "The local files are updated."
27 git clone $_gitroot $_gitname
30 msg "GIT checkout done or server timeout"
31 msg "Starting make..."
33 rm -rf "$srcdir/$_gitname-build"
34 git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
35 cd "$srcdir/$_gitname-build"
38 ./configure --prefix=/usr
43 cd "$srcdir/$_gitname-build"
44 make DESTDIR="$pkgdir/" install