19 lines
608 B
Bash
19 lines
608 B
Bash
# Template file for 'bzr'
|
|
pkgname=bzr
|
|
version=2.7.0
|
|
revision=1
|
|
build_style=python2-module
|
|
hostmakedepends="python-Cython"
|
|
makedepends="zlib-devel python-devel"
|
|
depends="ca-certificates"
|
|
pycompile_module="bzrlib"
|
|
short_desc="Distributed version control system that Just Works"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="GPL-2"
|
|
homepage="http://bazaar.canonical.com"
|
|
distfiles="http://launchpad.net/bzr/${version%.*}/$version/+download/bzr-$version.tar.gz"
|
|
checksum=0d451227b705a0dd21d8408353fe7e44d3a5069e6c4c26e5f146f1314b8fdab3
|
|
|
|
pre_install() {
|
|
sed -i -e "s|man/man1|share/man/man1|" setup.py
|
|
}
|