# Template file for 'telepathy-butterfly'
pkgname=telepathy-butterfly
version=0.5.15
revision=2
build_style=gnu-configure
makedepends="python papyon telepathy-python"
short_desc="A MSN connection manager for Telepathy"
homepage="http://telepathy.freedesktop.org"
license="GPL-2"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
checksum=d48eef7f938c2b5bb805dd6bbbcde673b1c6526ca15af6b5f8fe03d926d35b90
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-butterfly_package() {
	depends="${makedepends}"
	noarch="yes"
	pycompile_module="butterfly"
	pkg_install() {
		vmove usr
	}
}