19 lines
569 B
Plaintext
19 lines
569 B
Plaintext
# Template file for 'bzrtools'
|
|
pkgname=bzrtools
|
|
version=2.3.0
|
|
revision=1
|
|
wrksrc=$pkgname
|
|
distfiles="http://launchpad.net/$pkgname/trunk/$version/+download/$pkgname-$version.tar.gz"
|
|
build_style=python-module
|
|
short_desc="Plugin providing a collection of utilities for bzr"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=706270db274cdb4897eda1b8bb412383c71f6d1b3fac6ae3db587ac249ad5b79
|
|
long_desc="
|
|
This is a plugin providing a collection of utilities for bzr."
|
|
|
|
pycompile_module="bzrlib/plugins/bzrtools"
|
|
noarch=yes
|
|
|
|
Add_dependency full python
|
|
Add_dependency full bzr
|