# Template file for 'bzr' pkgname=bzr version=2.6.0 revision=2 build_style=python-module hostmakedepends="Cython" makedepends="zlib-devel python-devel ca-certificates" depends="ca-certificates" pycompile_module="bzrlib" short_desc="Distributed version control system that Just Works" maintainer="Juan RP " license="GPL-2" homepage="http://bazaar.canonical.com" update_ignore="*b*" distfiles="http://launchpad.net/bzr/2.6/$version/+download/bzr-$version.tar.gz" checksum=0994797182eb828867eee81cccc79480bd2946c99304266bc427b902cf91dab0 pre_install() { sed -i -e "s|man/man1|share/man/man1|" setup.py }