1 # Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
2 pkgname=python2-scimath-doc-git
5 pkgdesc="Documentation for Scimath"
7 url="https://github.com/enthought/scimath"
9 makedepends=('git' 'python2-distribute')
10 conflicts=('python2-scimath-doc')
13 _gitroot="https://github.com/enthought/scimath.git"
18 msg "Connecting to GIT server...."
20 if [ -d $_gitname ] ; then
21 cd $_gitname && git pull origin
22 msg "The local files are updated."
24 git clone $_gitroot $_gitname
27 msg "GIT checkout done or server timeout"
28 msg "Starting make..."
30 rm -rf "$srcdir/$_gitname-build"
31 git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
32 cd "$srcdir/$_gitname-build"
38 install -d "${pkgdir}"/usr/share/doc/enthought/scimath
39 cp -r build/html/* "${pkgdir}"/usr/share/doc/enthought/scimath