diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-08-01 22:21:02 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-08-01 22:21:02 +0000 |
commit | 15d7cc428385ea34548403b5d523a30409e1b39d (patch) | |
tree | 522a11f8954047c13666a6e23e4e3bc29c7196d4 /app-doc/mini-howto-html/mini-howto-html-20010701.ebuild | |
parent | Old howto ebuilds. New ones will follow shortly. (diff) | |
download | gentoo-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/mini-howto-html/mini-howto-html-20010701.ebuild')
-rw-r--r-- | app-doc/mini-howto-html/mini-howto-html-20010701.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-doc/mini-howto-html/mini-howto-html-20010701.ebuild b/app-doc/mini-howto-html/mini-howto-html-20010701.ebuild new file mode 100644 index 000000000000..d1c6bfb9a12e --- /dev/null +++ b/app-doc/mini-howto-html/mini-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-mini-HOWTOs" +S=${WORKDIR}/${P} + +DESCRIPTION="The LDP mini-howtos, html format." + +SRC_URI="http://www.ibiblio.org/pub/Linux/docs/HOWTO/mini/other-formats/html/${P}-${V}.tar.gz" + +HOMEPAGE="http://www.linuxdoc.org" + +src_install () { + + dodir /usr/share/doc/howto/mini + dodir /usr/share/doc/howto/mini/html + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${WORKDIR} + insinto /usr/share/doc/howto/mini/html + doins * + +}
\ No newline at end of file |