### this file is sourced not run
PKGVER=0.23.2
PKGBUILD=1
PKGARCH=x86_64

# james
TARBALL=qbzr-0.23.2.tar.gz
MD5SUM=d5e913bdc2cb94d084c196dfed6d3275
SRC_URL=https://launchpad.net/qbzr/0.23/0.23.2/+download/$TARBALL
BUNDLE=

SLACKREQ='bazaar python-pyqt4 python-pyqt4-sip'
SLACKDESC="bazaar-qbzr: bazaar-qbzr $PKGVER (Qt frontend for Bazaar)
bazaar-qbzr: 
bazaar-qbzr: The purpose of this plugin is to provide a graphical user interface 
bazaar-qbzr: for those Bazaar commands where it can simplify the usage. 
bazaar-qbzr: Highlighting of differences between files, browsable log view, commit 
bazaar-qbzr: only some files without listing them all on the command line, etc.
bazaar-qbzr: 
bazaar-qbzr: https://launchpad.net/qbzr
bazaar-qbzr: 
bazaar-qbzr: 
bazaar-qbzr:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/qbzr* &&
	python setup.py build &&
	python setup.py install &&
	pkg_build_slackdesc
}


