core/telepathy-farsight/PKGBUILD
2010-12-24 17:44:41 +00:00

26 lines
821 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.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)
build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr --libexecdir=/usr/lib/telepathy
make || return 1
make DESTDIR=$pkgdir install || return 1
}
md5sums=('8a15bad987579656be38df237d302610')