Convert packages to new template format (t).

This commit is contained in:
Juan RP 2013-04-14 15:09:59 +02:00
parent 019565c9ed
commit 3f428a8cc2
57 changed files with 507 additions and 348 deletions

View file

@ -2,14 +2,14 @@
pkgname=telepathy-python
version=0.15.19
revision=3
distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-configure
makedepends="libxslt"
fulldepends="python dbus-python"
hostmakedepends="libxslt"
makedepends="python dbus-python"
short_desc="Python libraries for use in Telepathy clients and connection managers"
homepage="http://telepathy.freedesktop.org"
license="LGPL-2.1"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
checksum=244c0e1bf4bbd78ae298ea659fe10bf3a73738db550156767cc2477aedf72376
long_desc="
Telepathy is a D-Bus framework for unifying real time communication,
@ -17,6 +17,11 @@ long_desc="
differences between protocols to provide a unified interface for
applications."
pycompile_module="telepathy"
noarch=yes
telepathy-python_package() {
depends="python dbus-python"
noarch="yes"
pycompile_module="telepathy"
pkg_install() {
vmove usr
}
}