updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / lpod-docs-html / PKGBUILD
blob970a8c0a4db2ddbc8d1a27829bc77b31bc83b913
1 # Maintainer: Hervé Cauwelier <herve ¤ itaapy.com>
2 # Published at http://aur.archlinux.org/packages.php?ID=34297
4 pkgname=lpod-docs-html
5 pkgver=0.9.1
6 pkgrel=1
7 pkgdesc="Languages & Platforms OpenDocument: HTML Documentation"
8 arch=('any')
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')
15 build() {
16   cd "${srcdir}/lpod-docs-${pkgver}"
17   target="${pkgdir}/usr/share/doc/lpod/"
18   install -d "$target"
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