1 # Maintainer: Alex Anthony <alex.anthony28991@googlemail.com>
3 pkgname=connman-gnome-git
7 pkgdesc="A connection manager for the GNOME and XFCE desktop"
9 url="http://www.moblin.org"
11 depends=('connman' 'dbus-glib' 'hicolor-icon-theme')
15 _gitroot=git://git.kernel.org/pub/scm/network/connman/${_pkgname}.git
20 msg "Connecting to kernel.org git server...."
21 rm -rf $startdir/src/$_gitname
23 if [[ -d $_gitname ]]; then
24 cd $_gitname || return 1
25 git pull origin #|| return 1
27 git clone $_gitroot $_gitname || return 1
30 cd $srcdir || return 1
32 cd $_gitname || return 1
34 if [ -f config.status ]; then
39 ./configure --disable-maintainer-mode \
42 --mandir=/usr/share/man \
46 make DESTDIR=$pkgdir install || return 1