1 # Contributor: Ionut Biru <ibiru@archlinux.org>
3 pkgname=telepathy-farstream
6 pkgdesc="Telepathy GLib-based client library that uses Farstream to handle Call channels"
8 url="https://telepathy.freedesktop.org/components/telepathy-farstream/"
10 depends=(telepathy-glib farstream)
11 makedepends=(dbus-glib gobject-introspection gtk-doc git glib2-docs)
12 replaces=(telepathy-farsight)
13 _commit=0b1bba79cfe94e7676fe69e9e0d2e3983a3c14c5 # tags/telepathy-farstream-0.6.2^0
14 source=("git+https://github.com/TelepathyIM/telepathy-farstream#commit=$_commit")
19 git describe --tags | sed 's/^telepathy-farstream-//;s/-/+/g'
24 NOCONFIGURE=1 ./autogen.sh
29 ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/telepathy \
30 --disable-static --enable-gtk-doc
31 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
37 make DESTDIR="$pkgdir" install
40 # vim:set ts=2 sw=2 et: