updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / python2-traits-doc / PKGBUILD
blob036f4aa62de10e4055a5cbfc08d40c79bbf3859e
1 # Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
2 pkgname=python2-traits-doc
3 pkgver=4.1.0
4 _githubtag=265b2ab
5 pkgrel=1
6 pkgdesc="Documentation for Traits"
7 arch=('any')
8 url="https://github.com/enthought/traits"
9 license=('BSD')
10 makedepends=('python2-distribute')
11 conflicts=('python2-traits-doc-git' 'python-ets-traits-doc-svn')
12 options=(!emptydirs)
14 source=("https://github.com/enthought/traits/tarball/${pkgver}")
15 md5sums=('4c2eb4bb94943a3a9892c92f3f3e558a')
17 build() {
18   cd "$srcdir/enthought-traits-${_githubtag}"
20   cd docs
22   make html
24   install -d "${pkgdir}"/usr/share/doc/enthought/traits
25   cp -r build/html/* "${pkgdir}"/usr/share/doc/enthought/traits