description="A telepathy-backend to use stream engine." url="http://telepathy.freedesktop.org/" packager="tnut " contributors="Pierre B" makedepends=(farstream telepathy-glib dbus-glib gobject-introspection) name=telepathy-farstream version=0.6.2 release=4 source=(http://${name%-*}.freedesktop.org/releases/$name/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr \ --libexecdir=/usr/lib/telepathy \ --disable-static make make DESTDIR=$PKG install # Obsolet lib rm $PKG/usr/lib/libtelepathy-farstream.la }