5 pkgdesc="The simple utility for automating tasks like building apps and different bundles, removing temporary files, migrating databases and other stuff."
9 url="https://launchpad.net/$_bzrname"
10 license=('Apache License 2.0')
11 depends=('python' 'python-yaml')
13 provides=($_realname $_bzrname)
17 msg "Connecting to Launchpad BZR server...."
19 if [ ! -d ./${_bzrdir} ]; then
20 bzr co lp:${_bzrname} ${_bzrdir} -r ${pkgver}
25 msg "BZR checkout done or server timeout"
26 msg "Starting make..."
28 python setup.py install --root=$pkgdir || return 1