2010-08-21 11:39:29 +08:00
|
|
|
#Contributed by Christian Rapp <saedelaere.tv@gmail.com>, based on:
|
|
|
|
#Contributed by Peter Dennis <listen.ppublic@gmail.com>, based on PKGBUILD by:
|
|
|
|
#Contributor: Ariel Kanterewicz <asdkant@gmail.com>
|
|
|
|
# Contributer: Joshua L. Blocher <verbalshadow@gmail.com>
|
|
|
|
|
|
|
|
pkgname=qbzr
|
2011-01-22 04:34:44 +08:00
|
|
|
pkgver=0.19.2
|
2010-08-21 11:39:29 +08:00
|
|
|
pkgrel=1
|
|
|
|
pkgdesc="A GUI front end for Bazaar based on the Qt toolkit."
|
|
|
|
arch=('i686' 'x86_64')
|
|
|
|
url="http://wiki.bazaar-vcs.org/QBzr"
|
|
|
|
license=('GPL')
|
|
|
|
depends=('pyqt>=4' 'bzr')
|
|
|
|
source=(http://launchpad.net/${pkgname}/0.19/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
|
2011-01-22 04:34:44 +08:00
|
|
|
md5sums=('e8dbcf7404e5e2325e6ae6ea303cec57')
|
2010-08-21 11:39:29 +08:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $startdir/src/$pkgname
|
|
|
|
./setup.py build || return 1
|
|
|
|
./setup.py install --prefix=$startdir/pkg/usr install
|
|
|
|
}
|