2009-08-18 13:06:23 +00:00
|
|
|
# Template file for 'bzr'
|
|
|
|
pkgname=bzr
|
2013-08-06 07:14:59 +00:00
|
|
|
version=2.6.0
|
2014-06-23 09:42:49 +00:00
|
|
|
revision=2
|
2009-10-18 07:26:43 +00:00
|
|
|
build_style=python-module
|
2013-08-06 07:14:59 +00:00
|
|
|
hostmakedepends="Cython"
|
|
|
|
makedepends="zlib-devel python-devel ca-certificates"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="ca-certificates"
|
|
|
|
pycompile_module="bzrlib"
|
2009-08-18 13:06:23 +00:00
|
|
|
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"
|
2014-06-23 09:42:49 +00:00
|
|
|
homepage="http://bazaar.canonical.com"
|
2014-11-01 18:11:54 +00:00
|
|
|
update_ignore="*b*"
|
2013-08-06 07:14:59 +00:00
|
|
|
distfiles="http://launchpad.net/bzr/2.6/$version/+download/bzr-$version.tar.gz"
|
|
|
|
checksum=0994797182eb828867eee81cccc79480bd2946c99304266bc427b902cf91dab0
|
2009-08-18 13:06:23 +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
|
|
|
|
}
|