# 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-cdt-bin/eclipse-cdt-bin-20020704.ebuild,v 1.4 2002/08/16 04:04:41 murphy Exp $ S=${WORKDIR}/eclipse DESCRIPTION="Eclipse Tools Platform" HOMEPAGE="http://www.eclipse.org" SRC_URI="http://download.eclipse.org/tools/cdt/downloads/cdt/eclipse-cdt_1.0_linux-gtk.zip" SLOT="2" LICENSE="CPL-1.0" KEYWORDS="~x86 ~sparc ~sparc64" IUSE="" DEPEND="=dev-util/eclipse-platform-bin-2.0.2" RDEPEND="${DEPEND}" src_unpack() { mkdir ${S} cd ${S} unpack eclipse-cdt_1.0_linux-gtk.zip } src_install () { dodir /opt/eclipse/plugins cp -dpR plugins/org.eclipse.cdt* ${D}/opt/eclipse/plugins/ dohtml org.eclipse.cdt.core/about.html }