desktop/bzr-explorer/PKGBUILD

20 lines
645 B
Bash

# Contributor: Martin Stolpe <martinstolpe [at] gmail ... com>
# Contributer: Joshua L. Blocher <verbalshadow@gmail.com>
pkgname=bzr-explorer
pkgver=1.1.0beta1
pkgrel=1
pkgdesc="A desktop application for using the Bazaar Version Control System"
arch=('i686' 'x86_64')
url="http://doc.bazaar-vcs.org/explorer/en/index.html"
license=('GPL')
depends=("python" "bzr" "qbzr")
source=(http://launchpad.net/bzr-explorer/1.1/1.1beta1/+download/$pkgname-$pkgver.tar.gz)
md5sums=('be3dc1998246fe0eae74a6e6058657db')
build() {
cd "${startdir}/src/${pkgname}-${pkgver}/"
python setup.py install --prefix'=/usr' --root="${startdir}/pkg" || return 1
}