summaryrefslogtreecommitdiff
blob: d9d67be272fcda45f851dcb44733aa3e84741a5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

MY_PV=${PV/./}

DESCRIPTION="WDG HTML documentation from htmlhelp.com"
HOMEPAGE="http://www.htmlhelp.com"
SRC_URI="http://www.htmlhelp.com/distribution/${PN}${MY_PV}.tar.gz"

LICENSE="OPL"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
RESTRICT="strip binchecks"

S=${WORKDIR}/${PN}${MY_PV}

src_install() {
	dodir /usr/share/doc/${PF}
	cp -R . "${D}"/usr/share/doc/${PF}
}