core/telepathy-farsight/PKGBUILD
Jan Mette 93d9bd24fe
2010-03-14 15:48:48 +00:00

25 lines
818 B
Bash

# $Id: PKGBUILD 64330 2010-01-19 20:00:30Z ibiru $
# Maintainer: Biru Ionut <ionut@archlinux.ro>
# Contributor: Ju Liu <liuju86 at gmail dot com>
# Contributor: Denis Zawada <deno@rootnode.net>
pkgname=telepathy-farsight
pkgver=0.0.13
pkgrel=1
pkgdesc="A telepathy-backend to use stream engine."
arch=('i686' 'x86_64')
url="http://telepathy.freedesktop.org"
license=('GPL')
depends=('telepathy-glib>=0.9.2' 'farsight2>=0.0.17' 'gstreamer0.10-base')
makedepends=('libxslt' 'python')
groups=('telepathy')
options=('!libtool')
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr --libexecdir=/usr/lib/telepathy
make || return 1
make DESTDIR=$pkgdir install || return 1
}
md5sums=('9bd7b7a2f816952af72c335cb5f16c07')