1 # Maintainer: sbillaudelle <stein@cream-project.org>
3 pkgname=pyjavascriptcore-bzr
6 pkgdesc="Use Python to tap into the whole power of WebKit."
8 url="https://launchpad.net/pyjavascriptcore"
15 _bzrtrunk=lp:pyjavascriptcore
22 msg "Connecting to the server..."
24 if [ ! -d ./${_bzrmod} ]; then
25 bzr co ${_bzrtrunk} ${_bzrmod} -r ${pkgver}
30 msg "BZR checkout done or server timeout."
34 python setup.py install --prefix=/usr --root="$pkgdir" || return