Added bzr-1.17 template.

--HG--
extra : convert_revision : 1ce73a3989555f1949f9f33907ce9f3cd97ca6c8
This commit is contained in:
Juan RP 2009-08-18 15:06:23 +02:00
parent ad6a8bc52c
commit 2437f8d351

22
templates/bzr/template Normal file
View File

@ -0,0 +1,22 @@
# Template file for 'bzr'
pkgname=bzr
version=1.17
distfiles="http://launchpad.net/bzr/$version/$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=b80413b7d543561b08de54ea988145982737d52f4fcd3dc8084b9294735619dc
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}
}