summaryrefslogtreecommitdiff
path: root/extra/telepathy-salut/PKGBUILD
blob: 1c93e7143170df62a11bad1537c366442ea5b64a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $Id: PKGBUILD 94337 2010-10-06 16:43:18Z ibiru $
# Maintainer:  Ionut Biru <ibiru@archlinux.org>
# Contributor: Daniel Balieiro <daniel@balieiro.com>
pkgname=telepathy-salut
pkgver=0.4.0
pkgrel=1
pkgdesc="A link-local XMPP connection manager for Telepathy"
arch=('i686' 'x86_64' 'mips64el')
url="http://telepathy.freedesktop.org"
groups=('telepathy')
license=('LGPL')
depends=('telepathy-glib>=0.12.0' 'avahi' 'libsoup')
makedepends=('libxslt' 'python2')
install=telepathy-salut.install
source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
md5sums=('95f0cf9681912104474b0f4c4d00807f')

build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    ./configure --prefix=/usr \
    	--libexecdir=/usr/lib/telepathy
    make
    make DESTDIR="${pkgdir}" install
}