void-packages/srcpkgs/bzr/template
2012-03-17 08:36:36 +01:00

25 lines
793 B
Plaintext

# Template file for 'bzr'
pkgname=bzr
version=2.5.0
homepage="http://http://bazaar.canonical.com"
distfiles="http://launchpad.net/bzr/2.5/$version/+download/bzr-$version.tar.gz"
build_style=python-module
short_desc="Distributed version control system that Just Works"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
checksum=cb657fca640d3c36794a20e5a1d7398404189541b1290fa1bf19a5eb4e903133
long_desc="
Bazaar is a distributed version control system that Just Works.
While other systems require you to adapt to their model of working,
Bazaar adapts to the way you want to work, and you can try it out in
five minutes."
pycompile_module="bzrlib"
Add_dependency build zlib-devel
Add_dependency build python-devel
pre_install() {
sed -i -e "s|man/man1|share/man/man1|" setup.py
}