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