1 # Maintainer: Aaron DeVore <aaron.devore@gmail.com>
2 # Contributor: Georges Dubus <georges.dubus@compiletoi.net>
6 pkgdesc="A wiki that is backed by Bazaar that allows local branching of the wiki for later merging. Also doesn't have any page locks and uses Bazaar's three way merging."
8 url="https://launchpad.net/wikkid"
10 depends=(bzr python2-pygments python-jinja python2-webob zope-interface docutils)
11 optdepends=('python-beautifulsoup: for tests')
12 makedepends=(setuptools)
14 #We use http instead of bzr+ssh to avoid authentication problems.
15 _bzrtrunk=http://bazaar.launchpad.net/~wikkid/wikkid/trunk
20 if [[ -d ${_bzrmod} ]]; then
23 msg "Connecting to $_bzrtrunk bzr server...."
24 bzr checkout --lightweight ${_bzrtrunk} ${_bzrmod}
26 python2 setup.py install --root=$pkgdir
27 install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENCE