summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8b1d7a44d70ccc5554bd86231483afd575c62b02 (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
25
26
27
28
# $Id: PKGBUILD 310007 2017-11-15 14:11:34Z foutrelis $
# Maintainer : Ionut Biru <ibiru@archlinux.org>

pkgname=telepathy-rakia
pkgver=0.8.0
pkgrel=1
pkgdesc="SIP connection manager for Telepathy"
arch=('x86_64')
url="http://telepathy.freedesktop.org"
license=('LGPL')
depends=('telepathy-glib' 'sofia-sip')
makedepends=('libxslt' 'python2')
install=telepathy-rakia.install
groups=('telepathy')
replaces=('telepathy-sofiasip')
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('09038d4625fcf81e9d3228ebf18bc378')

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

package() {
  cd "$pkgname-$pkgver"
  make DESTDIR="$pkgdir" install
}