void-packages/srcpkgs/telepathy-python/template
q66 148b1574a8 telepathy-python: fix build (don't install errors.py twice)
We have a patch for this but it wasn't being used as the autotools
files weren't being regenerated.

[ci skip]
2019-12-03 13:39:10 +01:00

19 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
}