2009-08-18 15:06:23 +02:00
|
|
|
# Template file for 'bzr'
|
|
|
|
pkgname=bzr
|
2012-06-01 01:26:55 +02:00
|
|
|
version=2.5.1
|
2009-10-18 09:26:43 +02:00
|
|
|
build_style=python-module
|
2012-06-01 01:26:55 +02:00
|
|
|
pycompile_module="bzrlib"
|
|
|
|
makedepends="zlib-devel python-devel Cython"
|
2012-06-03 09:08:53 +02:00
|
|
|
revision=1
|
2009-08-18 15:06:23 +02:00
|
|
|
short_desc="Distributed version control system that Just Works"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-10-05 18:07:31 +02:00
|
|
|
license="GPL-2"
|
2012-06-01 01:26:55 +02: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 15:06:23 +02: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 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
|
|
|
|
}
|