20 lines
626 B
Bash
20 lines
626 B
Bash
# Template file for 'telepathy-python'
|
|
pkgname=telepathy-python
|
|
version=0.15.19
|
|
revision=7
|
|
archs=noarch
|
|
build_style=gnu-configure
|
|
pycompile_module="telepathy"
|
|
hostmakedepends="automake python libxslt"
|
|
depends="python python-dbus"
|
|
short_desc="Python libraries for use in Telepathy clients and connection managers"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="LGPL-2.1"
|
|
homepage="http://telepathy.freedesktop.org"
|
|
distfiles="http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=244c0e1bf4bbd78ae298ea659fe10bf3a73738db550156767cc2477aedf72376
|
|
|
|
pre_configure() {
|
|
autoreconf -if
|
|
}
|