summaryrefslogtreecommitdiff
blob: 22905ec1a09af64147c5e0c8e8a6502b6793beba (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
25
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-1.1.4.ebuild,v 1.1 2003/11/08 05:19:47 aether Exp $

inherit distutils

S=${WORKDIR}/${P}
DESCRIPTION=" Java enviroment configuration tool"
HOMEPAGE="http://www.gentoo.org/"
SRC_URI="mirror://gentoo/java-config-${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
RDEPEND="virtual/python"
#DEPEND="$DEPEND"
KEYWORDS="~x86 ~ppc ~sparc ~alpha"
IUSE=""

src_install() {
	distutils_src_install
	dobin ${S}/java-config
	doman ${S}/java-config.1

	insinto /etc/env.d
	doins ${S}/30java-finalclasspath
}