mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
24 lines
830 B
Bash
24 lines
830 B
Bash
# $Id: PKGBUILD 3360 2009-10-02 20:58:03Z ibiru $
|
|
# Maintainer: Biru Ionut <biru.ionut at gmail.com>
|
|
# Contributor: Daniel Balieiro <daniel@balieiro.com>
|
|
# Contributor: Rodrigo L. M. Flores <mail@rodrigoflores.org>
|
|
pkgname=telepathy-gabble
|
|
pkgver=0.8.5
|
|
pkgrel=1
|
|
pkgdesc="A Jabber/XMPP connection manager for Telepathy"
|
|
arch=('i686' 'x86_64')
|
|
url="http://telepathy.freedesktop.org"
|
|
groups=('telepathy')
|
|
license=('LGPL')
|
|
options=('!libtool')
|
|
depends=('loudmouth' 'telepathy-glib>=0.7.34' 'libsoup')
|
|
makedepends=('libxslt')
|
|
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/$pkgname-$pkgver.tar.gz)
|
|
|
|
build() {
|
|
cd $srcdir/$pkgname-$pkgver
|
|
./configure --prefix=/usr --libexecdir=/usr/lib/telepathy --enable-shave
|
|
make || return 1
|
|
make DESTDIR=$pkgdir install
|
|
}
|
|
md5sums=('6874a802082c010d0abb0b75fbfbe8fc')
|