2009-08-18 15:06:23 +02:00
|
|
|
# Template file for 'bzr'
|
|
|
|
pkgname=bzr
|
2016-02-03 07:15:36 +01:00
|
|
|
version=2.7.0
|
|
|
|
revision=1
|
2016-10-17 00:30:14 +02:00
|
|
|
build_style=python2-module
|
2015-03-31 00:55:00 +02:00
|
|
|
hostmakedepends="python-Cython"
|
|
|
|
makedepends="zlib-devel python-devel"
|
2014-01-01 16:10:11 +01:00
|
|
|
depends="ca-certificates"
|
|
|
|
pycompile_module="bzrlib"
|
2009-08-18 15:06:23 +02:00
|
|
|
short_desc="Distributed version control system that Just Works"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2011-10-05 18:07:31 +02:00
|
|
|
license="GPL-2"
|
2014-06-23 11:42:49 +02:00
|
|
|
homepage="http://bazaar.canonical.com"
|
2016-02-03 07:15:36 +01:00
|
|
|
distfiles="http://launchpad.net/bzr/${version%.*}/$version/+download/bzr-$version.tar.gz"
|
|
|
|
checksum=0d451227b705a0dd21d8408353fe7e44d3a5069e6c4c26e5f146f1314b8fdab3
|
2009-08-18 15:06:23 +02:00
|
|
|
|
2012-01-31 18:12:40 +01:00
|
|
|
pre_install() {
|
2011-02-19 16:42:02 +01:00
|
|
|
sed -i -e "s|man/man1|share/man/man1|" setup.py
|
|
|
|
}
|