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