void-packages/srcpkgs/telepathy-idle/template
2013-09-26 17:24:09 +02:00

25 lines
855 B
Text

# Template file for 'telepathy-idle'
pkgname=telepathy-idle
version=0.1.17
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config python libxslt"
makedepends="openssl-devel dbus-glib-devel telepathy-glib-devel>=0.21"
short_desc="An IRC connection manager for Telepathy"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
homepage="http://telepathy.freedesktop.org"
distfiles="${homepage}/releases/$pkgname/$pkgname-$version.tar.gz"
checksum=e11e0d9fc6f29182c76d0c910760a1e1e24cd20a8c3ef652aca4dd2391006c73
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."
telepathy-idle_package() {
depends="telepathy-glib>=0.21"
pkg_install() {
vmove all
}
}