void-packages/srcpkgs/telepathy-idle/template

26 lines
855 B
Text
Raw Normal View History

# Template file for 'telepathy-idle'
pkgname=telepathy-idle
2013-09-26 15:24:09 +00:00
version=0.1.17
2012-08-16 14:42:14 +00:00
revision=1
build_style=gnu-configure
2013-09-26 15:24:09 +00:00
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>"
2011-11-01 04:45:31 +00:00
license="LGPL-2.1"
2012-08-16 14:42:14 +00:00
homepage="http://telepathy.freedesktop.org"
distfiles="${homepage}/releases/$pkgname/$pkgname-$version.tar.gz"
2013-09-26 15:24:09 +00:00
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() {
2013-09-26 15:24:09 +00:00
depends="telepathy-glib>=0.21"
pkg_install() {
2013-09-26 15:24:09 +00:00
vmove all
}
}