core/telepathy-farstream/PKGBUILD
2014-08-25 20:24:51 +02:00

36 lines
964 B
Bash

# Maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
# Contributions from Arch: https://www.archlinux.org/packages/extra/x86_64/telepathy-farstream/
pkgname=telepathy-farstream
pkgver=0.6.1
pkgrel=2
pkgdesc="A telepathy-backend to use stream engine."
arch=(x86_64)
url="http://telepathy.freedesktop.org"
license=('LGPL2.1')
depends=('telepathy-glib' 'farstream-0.1' 'gst-python' )
makedepends=('dbus-glib' 'python2-gobject')
conflicts=('telepathy-farsight')
replaces=('telepathy-farsight')
provides=('telepathy-farsight')
groups=('telepathy')
options=('!libtool')
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
sha256sums=('a3d26f37ae0e60c40ce9607a3cf411353307258b4a984cef66c1aade1bb54845')
build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/telepathy \
--disable-static
make
}
package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}