core/telepathy-farstream/PKGBUILD

36 lines
917 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
2013-04-04 19:22:40 +08:00
pkgver=0.6.0
pkgrel=1
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')
depends=('telepathy-glib' 'farstream')
2013-04-04 19:22:40 +08:00
makedepends=('dbus-glib' 'gobject-introspection')
conflicts=('telepathy-farsight')
replaces=('telepathy-farsight')
2012-06-11 21:43:05 +08:00
provides=('telepathy-farsight')
groups=('telepathy')
options=('!libtool')
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
2013-04-04 19:22:40 +08:00
md5sums=('d154350f9f1e3bdba87617c0668481a5')
build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/telepathy \
--disable-static
make
}
package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}