24 lines
686 B
Text
24 lines
686 B
Text
# Template file for 'bzrtools'
|
|
pkgname=bzrtools
|
|
version=2.4.1
|
|
wrksrc=$pkgname
|
|
revision=1
|
|
build_style=python-module
|
|
makedepends="python bzr"
|
|
homepage="http://bazaar-vcs.org/BzrTools"
|
|
license="GPL-2"
|
|
distfiles="http://launchpad.net/$pkgname/stable/$version/+download/$pkgname-$version.tar.gz"
|
|
short_desc="Plugin providing a collection of utilities for bzr"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=f62771dd221ad820e0363386608985e282cb88b52b5a6f0ed7b7fb2e99804def
|
|
long_desc="
|
|
This is a plugin providing a collection of utilities for bzr."
|
|
|
|
bzrtools_package() {
|
|
noarch="yes"
|
|
pycompile_module="bzrlib/plugins/bzrtools"
|
|
depends="${makedepends}"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|