# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/dev-util/eclipse-platform-bin/eclipse-platform-bin-2.0.2.ebuild,v 1.1 2002/12/26 09:29:03 mkennedy Exp $ S=${WORKDIR}/eclipse DESCRIPTION="Eclipse Tools Platform" HOMEPAGE="http://www.eclipse.org" SRC_URI="http://download.eclipse.org/downloads/drops/R-2.1-200303272130/eclipse-platform-2.1-linux-gtk.zip" SLOT="2" LICENSE="CPL-1.0" KEYWORDS="x86 ~sparc" IUSE="" DEPEND=">=virtual/jdk-1.3 =x11-libs/gtk+-2*" src_install () { dodir /opt/eclipse cp -dpR eclipse icon.xpm install.ini startup.jar features plugins \ ${D}/opt/eclipse/ dohtml cpl-v10.html notice.html readme/* }