Parent Directory
|
Revision Log
Marked ~ppc for bug #197363. (Portage version: 2.1.4.4)
| 1 | # Copyright 1999-2008 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-doc/ocaml-doc-3.10.ebuild,v 1.1 2008/06/04 13:51:03 aballier Exp $ |
| 4 | |
| 5 | DESCRIPTION="Ocaml reference manual (html)" |
| 6 | HOMEPAGE="http://caml.inria.fr/pub/docs/manual-ocaml/" |
| 7 | SRC_URI="http://caml.inria.fr/pub/distrib/ocaml-${PV}/ocaml-${PV}-refman.html.tar.gz" |
| 8 | LICENSE="GPL-2" |
| 9 | |
| 10 | KEYWORDS="~amd64 ~ppc ~x86" |
| 11 | |
| 12 | SLOT="0" |
| 13 | IUSE="" |
| 14 | |
| 15 | S=${WORKDIR}/htmlman |
| 16 | |
| 17 | src_install() { |
| 18 | dohtml -r * |
| 19 | } |
| 20 | |
| 21 | pkg_postinst() { |
| 22 | elog "This manual is available online at http://caml.inria.fr/pub/docs/manual-ocaml/" |
| 23 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |