mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 20:47:13 +08:00
25 lines
818 B
Bash
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')
|