aac93ffbbd
--HG-- extra : convert_revision : 7864a847e7d0dd574aa1689c38c9ab10bcd35136
22 lines
734 B
Text
22 lines
734 B
Text
# Template file for 'bzr'
|
|
pkgname=bzr
|
|
version=2.0rc1
|
|
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=f4eb82d70b976db8a848f7980445b27f953bbca974f50ea2e6a08e3acb4189e0
|
|
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}
|
|
}
|