summaryrefslogtreecommitdiff
path: root/extra/telepathy-farsight/PKGBUILD
blob: 10018382290c355252fa1eb76efacdf09a4320c2 (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
# $Id: PKGBUILD 91084 2010-09-22 10:08:21Z ibiru $
# Maintainer:  Ionut Biru <ibiru@archlinux.org>
# Contributor: Ju Liu <liuju86 at gmail dot com>
# Contributor: Denis Zawada <deno@rootnode.net>
pkgname=telepathy-farsight
pkgver=0.0.15
pkgrel=2
pkgdesc="A telepathy-backend to use stream engine."
arch=('i686' 'x86_64')
url="http://telepathy.freedesktop.org"
license=('GPL')
depends=('telepathy-glib>=0.10.6' 'farsight2>=0.0.17' 'gstreamer0.10-base')
makedepends=('libxslt' 'python2')
groups=('telepathy')
options=('!libtool')
source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
md5sums=('8a15bad987579656be38df237d302610')

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