26 lines
804 B
Text
26 lines
804 B
Text
# Template file for 'bzr'
|
|
pkgname=bzr
|
|
version=2.4.1
|
|
homepage="http://http://bazaar.canonical.com"
|
|
distfiles="http://launchpad.net/bzr/2.4/$version/+download/bzr-$version.tar.gz"
|
|
build_style=python-module
|
|
revision=2
|
|
short_desc="Distributed version control system that Just Works"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
checksum=548bd4849e9e7fb3938277249fa026455e60054c78912d665694384af1f07fe6
|
|
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."
|
|
|
|
pycompile_module="bzrlib"
|
|
|
|
Add_dependency build zlib-devel
|
|
Add_dependency build python-devel
|
|
|
|
pre_install()
|
|
{
|
|
sed -i -e "s|man/man1|share/man/man1|" setup.py
|
|
}
|