updated on Fri Jan 20 16:18:17 UTC 2012
[aur-mirror.git] / python2-mayavi-doc / PKGBUILD
blob9708e88724b187a15a851d553ace4764ae3bc09e
1 # Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
2 pkgname=python2-mayavi-doc
3 pkgver=4.1.0
4 _githubtag=e0757c5
5 pkgrel=1
6 pkgdesc="Documentation for Mayavi"
7 arch=('any')
8 url="https://github.com/enthought/mayavi"
9 license=('BSD')
10 makedepends=('python2-distribute')
11 conflicts=('python2-mayavi-doc-git')
12 options=(!emptydirs)
14 source=("https://github.com/enthought/mayavi/tarball/${pkgver}")
15 md5sums=('982b7a3d477332601366e793377463e8')
17 build() {
18   cd "$srcdir/enthought-mayavi-${_githubtag}"
20   cd docs
22   make html
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