diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-04-11 10:03:14 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-04-11 10:03:14 +0000 |
commit | 55417346e905fa8bcb5cb819c06345eacbeace70 (patch) | |
tree | 69a422ebd37e947909c55f432b9c58469bae7799 /app-doc/root-docs/root-docs-3.03.04.ebuild | |
parent | gdb unmasked because vim problems are solved (diff) | |
download | gentoo-2-55417346e905fa8bcb5cb819c06345eacbeace70.tar.gz gentoo-2-55417346e905fa8bcb5cb819c06345eacbeace70.tar.bz2 gentoo-2-55417346e905fa8bcb5cb819c06345eacbeace70.zip |
initial release
Diffstat (limited to 'app-doc/root-docs/root-docs-3.03.04.ebuild')
-rw-r--r-- | app-doc/root-docs/root-docs-3.03.04.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/app-doc/root-docs/root-docs-3.03.04.ebuild b/app-doc/root-docs/root-docs-3.03.04.ebuild new file mode 100644 index 000000000000..5a32fa87029c --- /dev/null +++ b/app-doc/root-docs/root-docs-3.03.04.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Geert Bevin <gbevin@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/app-doc/root-docs/root-docs-3.03.04.ebuild,v 1.1 2002/04/11 10:03:14 gbevin Exp $ + +S=${WORKDIR}/htmldoc + +DESCRIPTION="An Object-Oriented Data Analysis Framework" +SRC_URI="ftp://root.cern.ch/root/html303.tar.gz" +HOMEPAGE="http://root.cern.ch/" + +src_compile() { + + einfo "Nothing to compile." + +} + +src_install() { + + cd ${S} + + dohtml * + docinto postscript + dodoc *.ps + +} + + |