2011-03-03 14:53:48 +00:00
|
|
|
# Template file for 'telepathy-python'
|
|
|
|
pkgname=telepathy-python
|
|
|
|
version=0.15.19
|
2013-03-31 07:52:10 +00:00
|
|
|
revision=3
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-04-14 13:09:59 +00:00
|
|
|
hostmakedepends="libxslt"
|
|
|
|
makedepends="python dbus-python"
|
2011-03-03 14:53:48 +00:00
|
|
|
short_desc="Python libraries for use in Telepathy clients and connection managers"
|
2013-03-31 07:52:10 +00:00
|
|
|
homepage="http://telepathy.freedesktop.org"
|
|
|
|
license="LGPL-2.1"
|
2011-03-03 14:53:48 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-04-14 13:09:59 +00:00
|
|
|
distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
|
2011-03-03 14:53:48 +00:00
|
|
|
checksum=244c0e1bf4bbd78ae298ea659fe10bf3a73738db550156767cc2477aedf72376
|
|
|
|
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."
|
|
|
|
|
2013-04-14 13:09:59 +00:00
|
|
|
telepathy-python_package() {
|
|
|
|
depends="python dbus-python"
|
|
|
|
noarch="yes"
|
|
|
|
pycompile_module="telepathy"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|