1 # Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
2 pkgname=python2-mayavi-doc
6 pkgdesc="Documentation for Mayavi"
8 url="https://github.com/enthought/mayavi"
10 makedepends=('python2-distribute')
11 conflicts=('python2-mayavi-doc-git')
14 source=("https://github.com/enthought/mayavi/tarball/${pkgver}")
15 md5sums=('982b7a3d477332601366e793377463e8')
18 cd "$srcdir/enthought-mayavi-${_githubtag}"
24 install -d "${pkgdir}"/usr/share/doc/enthought/{mayavi,tvtk}
25 cp -r build/mayavi/html/* "${pkgdir}"/usr/share/doc/enthought/mayavi
26 cp -r build/tvtk/html/* "${pkgdir}"/usr/share/doc/enthought/tvtk