summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2001-08-01 22:21:02 +0000
committerDan Armak <danarmak@gentoo.org>2001-08-01 22:21:02 +0000
commit15d7cc428385ea34548403b5d523a30409e1b39d (patch)
tree522a11f8954047c13666a6e23e4e3bc29c7196d4 /app-doc/howto-html
parentOld howto ebuilds. New ones will follow shortly. (diff)
downloadgentoo-2-15d7cc428385ea34548403b5d523a30409e1b39d.tar.gz
gentoo-2-15d7cc428385ea34548403b5d523a30409e1b39d.tar.bz2
gentoo-2-15d7cc428385ea34548403b5d523a30409e1b39d.zip
New howto ebuilds - they finally work! Digests for everything will follow as soon as I can fetch all the archives. Although I'd appreciate it if someone got there before me :-)
Diffstat (limited to 'app-doc/howto-html')
-rw-r--r--app-doc/howto-html/howto-html-20010701.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/app-doc/howto-html/howto-html-20010701.ebuild b/app-doc/howto-html/howto-html-20010701.ebuild
new file mode 100644
index 000000000000..755f1f84e44c
--- /dev/null
+++ b/app-doc/howto-html/howto-html-20010701.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2001 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Dan Armak <danarmak@gentoo.org>
+# $HEADER$
+
+P="Linux-html-HOWTOs"
+S=${WORKDIR}/${P}
+
+DESCRIPTION="The LDP howtos, html format."
+
+SRC_URI="http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html/${P}-${V}.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 ${WORKDIR}
+ insinto /usr/share/doc/howto/html
+ doins *
+
+} \ No newline at end of file