vp-build/templates/bzr/template
Juan RP c929e509db bzr: update to 1.18rc1.
--HG--
extra : convert_revision : 55365c806433f1caa3d6cd28ddefde196ad62edc
2009-08-20 03:45:11 +02:00

23 lines
736 B
Plaintext

# Template file for 'bzr'
pkgname=bzr
version=1.18rc1
distfiles="http://launchpad.net/bzr/1.18/$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=ee5e27dfd3becd7522696da796bf242c5c6beae5ed67ff77ce48cd9541c4b0b1
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}
}