blob: b65df7c7d9d0cad5cf8e707b9be344412e78cc07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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/root-docs/root-docs-3.03.04.ebuild,v 1.3 2002/08/01 14:02:44 seemant 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/"
SLOT="0"
LICENSE="as-is"
KEYWORDS="x86"
src_compile() {
einfo "Nothing to compile."
}
src_install() {
dohtml *
docinto postscript
dodoc *.ps
}
|