diff options
author | 2004-03-18 03:55:45 +0000 | |
---|---|---|
committer | 2004-03-18 03:55:45 +0000 | |
commit | 578cba8ea29690218147de6297f1a9c32f580321 (patch) | |
tree | 101beb8cf4f5894ae309bb8586892025f7f655be /app-doc/howto-html-single/howto-html-single-20040317.ebuild | |
parent | old (diff) | |
download | gentoo-2-578cba8ea29690218147de6297f1a9c32f580321.tar.gz gentoo-2-578cba8ea29690218147de6297f1a9c32f580321.tar.bz2 gentoo-2-578cba8ea29690218147de6297f1a9c32f580321.zip |
ver bump #44240
Diffstat (limited to 'app-doc/howto-html-single/howto-html-single-20040317.ebuild')
-rw-r--r-- | app-doc/howto-html-single/howto-html-single-20040317.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-doc/howto-html-single/howto-html-single-20040317.ebuild b/app-doc/howto-html-single/howto-html-single-20040317.ebuild new file mode 100644 index 000000000000..332fe66cc43a --- /dev/null +++ b/app-doc/howto-html-single/howto-html-single-20040317.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.1 2004/03/18 03:51:55 vapier 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" +KEYWORDS="x86 ppc sparc" + +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 +} |