2009-08-18 13:06:23 +00:00
|
|
|
# Template file for 'bzr'
|
|
|
|
pkgname=bzr
|
2012-05-31 23:26:55 +00:00
|
|
|
version=2.5.1
|
2009-10-18 07:26:43 +00:00
|
|
|
build_style=python-module
|
2012-05-31 23:26:55 +00:00
|
|
|
pycompile_module="bzrlib"
|
|
|
|
makedepends="zlib-devel python-devel Cython"
|
2012-06-03 07:08:53 +00:00
|
|
|
revision=1
|
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"
|
2012-05-31 23:26:55 +00:00
|
|
|
homepage="http://http://bazaar.canonical.com"
|
|
|
|
distfiles="http://launchpad.net/bzr/2.5/$version/+download/bzr-$version.tar.gz"
|
|
|
|
checksum=967346fa6cc52971a8dfd5171ec22e1928cf455fb4317013b05b0915ff927982
|
2009-08-18 13:06:23 +00:00
|
|
|
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."
|
|
|
|
|
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
|
|
|
|
}
|