void-packages/srcpkgs/telepathy-glib/template
2012-03-18 07:13:54 +01:00

25 lines
928 B
Text

# Template file for 'telepathy-glib'
pkgname=telepathy-glib
version=0.16.5
homepage="http://telepathy.freedesktop.org"
distfiles="$homepage/releases/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-configure
configure_args="--enable-vala-bindings --disable-static"
short_desc="Library for GLib-based Telepathy components"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
checksum=7d15d608ad5d960e3aa0bd9c76f6ead0008a5eb0fe1fa5bdc90f9dd913b48478
long_desc="
Telepathy is a D-Bus framework for unifying real time communication,
including instant messaging, voice calls and video calls. It abstracts
differences between protocols to provide a unified interface for
applications."
subpackages="$pkgname-devel"
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build vala-devel
Add_dependency build libxslt
Add_dependency build gobject-introspection
Add_dependency build dbus-glib-devel