2009-08-18 13:06:23 +00:00
|
|
|
# Template file for 'bzr'
|
|
|
|
pkgname=bzr
|
2011-02-19 15:42:02 +00:00
|
|
|
version=2.3.0
|
|
|
|
distfiles="http://launchpad.net/bzr/2.3/$version/+download/bzr-$version.tar.gz"
|
2009-10-18 07:26:43 +00:00
|
|
|
build_style=python-module
|
2009-08-18 13:06:23 +00:00
|
|
|
short_desc="Distributed version control system that Just Works"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-02-19 15:42:02 +00:00
|
|
|
checksum=579c21e0d29e6bac80e53bef9f220cae7675407208c5ca967302f31370d0faee
|
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."
|
|
|
|
|
2010-01-13 18:45:02 +00:00
|
|
|
Add_dependency run glibc
|
|
|
|
Add_dependency run zlib
|
2010-11-17 20:08:18 +00:00
|
|
|
Add_dependency run python
|
2010-01-13 18:45:02 +00:00
|
|
|
Add_dependency build zlib-devel
|
2010-11-17 20:08:18 +00:00
|
|
|
Add_dependency build python-devel
|
2011-02-19 15:42:02 +00:00
|
|
|
|
|
|
|
pre_install()
|
|
|
|
{
|
|
|
|
sed -i -e "s|man/man1|share/man/man1|" setup.py
|
|
|
|
}
|