core/telepathy-farsight/PKGBUILD

26 lines
821 B
Bash
Raw Normal View History

2010-03-14 23:48:48 +08:00
# $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
2010-12-19 10:52:14 +08:00
pkgver=0.0.15
2010-12-25 01:44:41 +08:00
pkgrel=2
2010-03-14 23:48:48 +08:00
pkgdesc="A telepathy-backend to use stream engine."
arch=('i686' 'x86_64')
url="http://telepathy.freedesktop.org"
license=('GPL')
2010-12-25 01:44:41 +08:00
depends=('telepathy-glib>=0.10.6' 'farsight2>=0.0.17' 'gstreamer0.10-base')
2010-12-19 10:52:14 +08:00
makedepends=('libxslt' 'python2')
2010-03-14 23:48:48 +08:00
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
}
2010-12-19 10:52:14 +08:00
md5sums=('8a15bad987579656be38df237d302610')