1 # Maintainer: Hervé Cauwelier <herve ¤ itaapy.com>
2 # Published at http://aur.archlinux.org/packages.php?ID=34297
7 pkgdesc="Languages & Platforms OpenDocument: HTML Documentation"
9 license=('GPL3' 'APACHE2')
10 url="http://www.lpod-project.org/"
11 depends=('python-lxml')
12 source=("http://download.lpod-project.org/lpod-docs/lpod-docs-$pkgver.tgz")
13 md5sums=('3719b077e8e878bbbcdc2ec9a86c47aa')
16 cd "${srcdir}/lpod-docs-${pkgver}"
17 target="${pkgdir}/usr/share/doc/lpod/"
19 install -d "$target/autodocs"
20 install -d "$target/_static"
21 install -m 0644 *.html "$target" || return 1
22 install -m 0644 autodocs/* "$target/autodocs" || return 1
23 install -m 0644 _static/* "$target/_static" || return 1