updated on Fri Jan 20 16:18:17 UTC 2012
[aur-mirror.git] / gabriel / PKGBUILD
blobf8c1fa373455377bde41859fdca45c6f107bbdc6
1 # Contributor: IpDataTel, Inc. <matt@ipdatatel.com>
3 pkgname=gabriel
4 pkgver=0.1
5 pkgrel=2
6 pkgdesc="Gabriel is a simple client-server software that allows applications to create remote D-Bus connections over SSH."
7 arch=(i686 x86_64)
8 url="http://gabriel.sourceforge.net/"
9 license="GPL2"
10 depends=('libssh' 'glib2' 'socat' 'dbus')
11 source=(http://downloads.sourceforge.net/gabriel/gabriel-$pkgver.tar.gz
12         gabriel.patch)
13 md5sums=('136d971aaf4917c31bfdc25c3f713091'
14          'de8428342fdcd028a99fb0d0c9601070')
15 build() {
16   patch $startdir/src/gabriel-$pkgver/client/gabriel.c < gabriel.patch
17   cd $startdir/src/gabriel-$pkgver
18   LDFLAGS="" ./configure --prefix=/usr --sysconfdir=/etc
19   make || return 1
20   make DESTDIR=$startdir/pkg install