void-packages/srcpkgs/bzr/template

24 lines
765 B
Plaintext
Raw Normal View History

# Template file for 'bzr'
pkgname=bzr
2012-03-17 07:36:36 +00:00
version=2.5.0
2011-10-05 16:07:31 +00:00
homepage="http://http://bazaar.canonical.com"
2012-03-17 07:36:36 +00:00
distfiles="http://launchpad.net/bzr/2.5/$version/+download/bzr-$version.tar.gz"
build_style=python-module
makedepends="zlib-devel python-devel"
short_desc="Distributed version control system that Just Works"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-10-05 16:07:31 +00:00
license="GPL-2"
2012-03-17 07:36:36 +00:00
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"
2011-02-19 15:42:02 +00:00
2012-01-31 17:12:40 +00:00
pre_install() {
2011-02-19 15:42:02 +00:00
sed -i -e "s|man/man1|share/man/man1|" setup.py
}