1 pkgname=telepathy-sunshine
4 pkgdesc="Gadu-Gadu connection manager"
6 url="http://git.collabora.co.uk/?p=telepathy-sunshine.git"
9 depends=('twisted' 'python-telepathy')
10 optdepends=('pyopenssl: SSL support')
11 source=('http://telepathy.freedesktop.org/releases/telepathy-sunshine/telepathy-sunshine-0.1.8.tar.gz')
14 cd $srcdir/$pkgname-$pkgver
15 ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy
17 make DESTDIR=$pkgdir install || return 1
19 md5sums=('b6ae05a19c237604e284d2ed3ff20aae')