vp-build/templates/bzr/template
Juan RP d9550f2fec bzr: update to 2.0.0.
--HG--
extra : convert_revision : f57f4b67dfbf6d6a14dc52bd4c9b37840f66a7b5
2009-09-29 09:18:45 +02:00

23 lines
733 B
Plaintext

# Template file for 'bzr'
pkgname=bzr
version=2.0.0
distfiles="http://launchpad.net/bzr/2.0/$version/+download/bzr-$version.tar.gz"
build_style=custom-install
short_desc="Distributed version control system that Just Works"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=760cebe30cd2718f98b8790b2dfd33ee153709a14c91509d9e04716d70f482df
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."
Add_dependency full python
do_install()
{
cd ${wrksrc}
sed -i 's|man/man1|share/man/man1|g' setup.py
python setup.py install --prefix=usr --root=${DESTDIR}
}