4 pkgdesc="URL shortening command line application that supports various sites."
8 url="https://launchpad.net/$_bzrname"
16 msg "Connecting to Launchpad BZR server...."
18 if [ ! -d ./${_bzrdir} ]; then
19 bzr co lp:${_bzrname} ${_bzrdir} -r ${pkgver}
24 msg "BZR checkout done or server timeout"
25 msg "Starting make..."
27 python setup.py install --root=$pkgdir || return 1