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
commit0bcf42dbecfbabefb5f42433ba5a1794311414be (patch)
tree705dcf94b07ac6f7d34e27bd5736d8abe1214b3d /app-doc/howto-html
parentOld howto ebuilds. New ones will follow shortly. (diff)
downloadhistorical-0bcf42dbecfbabefb5f42433ba5a1794311414be.tar.gz
historical-0bcf42dbecfbabefb5f42433ba5a1794311414be.tar.bz2
historical-0bcf42dbecfbabefb5f42433ba5a1794311414be.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