summaryrefslogtreecommitdiff
blob: 5c89c16f42f30b5e825cdcadf0cf00dc5517a571 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Parag Mehta <pm@gentoo.org>

P="Linux-mini-html-single-HOWTOs"
S=${WORKDIR}/${P}

DESCRIPTION="The Complete Linux mini Howto's from LDP. This is html single page format."

SRC_URI="http://www.ibiblio.org/pub/Linux/docs/HOWTO/mini/other-formats/html_single/${P}.tar.gz"

HOMEPAGE="http://www.linuxdoc.org"

#DEPEND=""

#RDEPEND=""


src_install () {
	dodir /usr/share/doc/howto
	dodir /usr/share/doc/howto/mini
	dodir /usr/share/doc/howto/mini/html
	dodir /usr/share/doc/howto/mini/html-single
	dosym /usr/share/doc/howto /usr/share/doc/HOWTO
	mv ${WORKDIR}/* ${D}/usr/share/doc/howto/mini/html-single/
	echo -e "\033[1;42m\033[1;33m This ebuild doesn't need updates as it fetches the latest tar ball whenever installed. Emerge this package once in a month to get the latest HOWTOs. \033[0m"

}