24 lines
800 B
Text
24 lines
800 B
Text
# Template file for 'telepathy-idle'
|
|
pkgname=telepathy-idle
|
|
version=0.1.13
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="pkg-config python libxslt openssl-devel dbus-glib-devel
|
|
telepathy-glib-devel"
|
|
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=511ddac8099f59623d12a3e243afe435fbcb686665f00a5a4f370fc99be0e640
|
|
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() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|