void-packages/srcpkgs/bzr/template

20 lines
711 B
Plaintext
Raw Normal View History

# Template file for 'bzr'
pkgname=bzr
2011-01-29 16:30:08 +00:00
version=2.2.3
2011-01-16 00:59:25 +00:00
distfiles="http://launchpad.net/bzr/2.2/$version/+download/bzr-$version.tar.gz"
build_style=python-module
short_desc="Distributed version control system that Just Works"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-01-29 16:30:08 +00:00
checksum=0640e63d85b4a9594a0cc9bdc763675c881e967940f32d918911cd0da3b21a12
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 run glibc
Add_dependency run zlib
Add_dependency run python
Add_dependency build zlib-devel
Add_dependency build python-devel