1 # Contributor: Matthias Maennich <arch@maennich.net>
2 pkgname=bzr-xmloutput-dev
5 pkgdesc="A Bazaar plugin that provides a option to generate XML output for builtins commands (Development version)"
7 url="https://launchpad.net/bzr-xmloutput"
10 conflicts=('bzr-xmloutput')
11 replaces=('bzr-xmloutput')
12 provides=('bzr-xmloutput')
13 makedepends=('python')
19 _bzrbranch=lp:bzr-xmloutput
25 msg "Connecting to the server...."
27 if [ ! -d ./$_bzrmod ]; then
28 bzr branch $_bzrbranch $_bzrmod
33 msg "BZR checkout done or server timeout"
34 msg "Starting make..."
36 mkdir -p $startdir/pkg/usr
37 cd $startdir/src/$_bzrmod
38 python setup.py install --prefix=$startdir/pkg/usr