blob: 7c0584a31b9f63fbfb3ae04e56c490a1d246a682 (
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-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html-single/howto-html-single-20040317.ebuild,v 1.5 2005/01/01 13:13:25 eradicator Exp $
DESCRIPTION="The LDP howtos, html single-page format."
HOMEPAGE="http://www.tldp.org/"
SRC_URI="mirror://gentoo/Linux-html-single-HOWTOs-${PV}.tar.bz2"
LICENSE="GPL-2 LDP"
SLOT="0"
IUSE=""
KEYWORDS="x86 ppc sparc amd64"
S=${WORKDIR}
src_install() {
dodir /usr/share/doc/howto/html-single
dosym /usr/share/doc/howto /usr/share/doc/HOWTO
insinto /usr/share/doc/howto/html-single
doins * || die
}
|