core/telepathy-farstream/PKGBUILD

35 lines
939 B
Bash
Raw Normal View History

# Maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
2013-04-04 19:22:40 +08:00
# Contributions from Arch: https://www.archlinux.org/packages/extra/x86_64/telepathy-farstream/
pkgname=telepathy-farstream
2014-09-09 20:57:27 +08:00
pkgver=0.6.2
2018-05-24 05:54:20 +08:00
pkgrel=3
pkgdesc="A telepathy-backend to use stream engine."
2013-04-04 19:22:40 +08:00
arch=(x86_64)
url="http://telepathy.freedesktop.org"
license=('LGPL2.1')
2014-09-09 20:57:27 +08:00
depends=('telepathy-glib' 'farstream' 'gst-python' )
makedepends=('dbus-glib' 'python2-gobject')
conflicts=('telepathy-farsight')
replaces=('telepathy-farsight')
2012-06-11 21:43:05 +08:00
provides=('telepathy-farsight')
groups=('telepathy')
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
2014-09-09 20:57:27 +08:00
sha256sums=('6fa099f22d13a2a49240445a13e918928aef097675d76e5cc9f98ab496087e0a')
build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/telepathy \
--disable-static
make
}
package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}