summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-05 06:59:30 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-05 06:59:30 +0000
commit898de989cbc97242c03081f3d9035dd10cd5be80 (patch)
treef5e68f7e5e85875cd014edb58a28d1887b87ba9e /app-doc/howto-html/howto-html-20020328.ebuild
parentminor fix for bug 4545 (diff)
downloadgentoo-2-898de989cbc97242c03081f3d9035dd10cd5be80.tar.gz
gentoo-2-898de989cbc97242c03081f3d9035dd10cd5be80.tar.bz2
gentoo-2-898de989cbc97242c03081f3d9035dd10cd5be80.zip
version bump
Diffstat (limited to 'app-doc/howto-html/howto-html-20020328.ebuild')
-rw-r--r--app-doc/howto-html/howto-html-20020328.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-doc/howto-html/howto-html-20020328.ebuild b/app-doc/howto-html/howto-html-20020328.ebuild
new file mode 100644
index 000000000000..e2831a8cd4dd
--- /dev/null
+++ b/app-doc/howto-html/howto-html-20020328.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/howto-html-20020328.ebuild,v 1.1 2002/07/05 06:59:30 seemant Exp $
+
+MY_P="Linux-html-HOWTOs-${PV}"
+S=${WORKDIR}/HOWTO
+
+DESCRIPTION="The LDP howtos, html format."
+
+SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/gentoo-sources/${MY_P}.tar.gz"
+
+HOMEPAGE="http://www.linuxdoc.org"
+
+
+src_install () {
+
+ dodir /usr/share/doc/howto
+ dodir /usr/share/doc/howto/html
+ dosym /usr/share/doc/howto /usr/share/doc/HOWTO
+
+ cd ${S}
+ cp -R * ${D}/usr/share/doc/howto/html
+
+}