void-packages/srcpkgs/telepathy-glib/template

30 lines
1 KiB
Plaintext
Raw Normal View History

# Template file for 'telepathy-glib'
pkgname=telepathy-glib
2011-10-14 20:29:25 +00:00
version=0.16.0
2011-09-29 14:53:29 +00:00
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>"
2011-09-29 14:53:29 +00:00
license="LGPL-2.1"
2011-10-14 20:29:25 +00:00
checksum=dae3dd7c06044951e7780cdc3e5524c7c9d12cd8aae6fe42bc88aca39a40b318
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 run glibc
Add_dependency run glib
Add_dependency run dbus-libs
Add_dependency run dbus-glib
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build vala-devel
2011-10-04 16:47:02 +00:00
Add_dependency build libxslt
Add_dependency build gobject-introspection
Add_dependency build dbus-glib-devel