diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-18 03:55:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-18 03:55:45 +0000 |
commit | 578cba8ea29690218147de6297f1a9c32f580321 (patch) | |
tree | 101beb8cf4f5894ae309bb8586892025f7f655be /app-doc/howto-html/howto-html-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/howto-html-20040317.ebuild')
-rw-r--r-- | app-doc/howto-html/howto-html-20040317.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-doc/howto-html/howto-html-20040317.ebuild b/app-doc/howto-html/howto-html-20040317.ebuild new file mode 100644 index 000000000000..1567ec37a6ca --- /dev/null +++ b/app-doc/howto-html/howto-html-20040317.ebuild @@ -0,0 +1,20 @@ +# 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/howto-html-20040317.ebuild,v 1.1 2004/03/18 03:55:45 vapier Exp $ + +DESCRIPTION="The LDP howtos, html format" +HOMEPAGE="http://www.tldp.org/" +SRC_URI="mirror://gentoo/Linux-html-HOWTOs-${PV}.tar.bz2" + +LICENSE="GPL-2 LDP" +SLOT="0" +KEYWORDS="x86 ppc sparc" + +S=${WORKDIR}/HOWTO + +src_install() { + dodir /usr/share/doc/howto/html + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cp -R * ${D}/usr/share/doc/howto/html || die +} |