# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="The Globus Toolkit is an open-source software toolkit used for building grids." SRC_URI="http://www-unix.globus.org/ftppub/gt3/3.2/${PV}/installers/src/gt${PV}-all-source-installer.tar.gz" HOMEPAGE="http://www.globus.org" # Pretty much everything under the sky... LICENSE="Mixed" DEPEND="virtual/jdk dev-java/ant dev-db/libiodbc" KEYWORDS="~x86" SLOT="0" src_compile() { cd ${WORKDIR}/gt${PV}-all-source-installer ./install-gt3 ${D}/opt/globus-toolkit-${PV} }