1 # Maintainer: Duong Pham <dthpham@gmail.com>
6 pkgdesc="Provides remote D-Bus connections over SSH"
8 url="http://sourceforge.net/projects/gabriel/"
10 depends=('libssh>=0.2' 'glib2>2.10', 'socat>1.5', 'dbus')
15 _gitroot=git://gabriel.git.sourceforge.net/gitroot/gabriel/gabriel
22 msg "Connecting to $_gitroot..."
23 if [[ -d $_gitname ]]; then
24 cd $_gitname && git pull origin && cd ..
25 msg2 "Local files updated"
28 msg2 "Git checkout done"
31 rm -rf $_gitname-build
32 git clone $_gitname $_gitname-build
35 msg "Starting make..."
37 ./configure --prefix=/usr --sysconfdir=/etc
43 cd "$srcdir/$_gitname-build"
44 make DESTDIR="$pkgdir" install