updated on Wed Jan 18 04:00:29 UTC 2012
[aur-mirror.git] / ocaml-doc / PKGBUILD
blob913d128924b9408d5e4604487ccbf59193cdc9c9
1 # Maintainer: Baptiste Jonglez <zerstorer@free.fr>
2 pkgname=ocaml-doc
3 pkgver=3.12
4 pkgrel=3
5 pkgdesc="Reference documentation for OCaml, HTML format"
6 arch=('any')
7 url="http://caml.inria.fr/index.en.html"
8 license=('unknown')
9 options=(!strip)
10 source=(http://caml.inria.fr/distrib/ocaml-$pkgver/ocaml-$pkgver-refman.html.tar.gz)
11 md5sums=('f62a8bb181c1ca7b3233dba8ff51dd46')
13 package() {
14   cd "$srcdir/htmlman"
16   mkdir -p $pkgdir/usr/share/doc/ocaml
17   cp -r * $pkgdir/usr/share/doc/ocaml/
18   chmod a+x $pkgdir/usr/share/doc/ocaml/libref
19   
22 # vim:set ts=2 sw=2 et: