# 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.6 2002/12/09 04:21:14 manson Exp $ S=${WORKDIR}/eclipse DESCRIPTION="Eclipse C/C++ Development Tools" HOMEPAGE="http://www.eclipse.org" SRC_URI="http://download.eclipse.org/tools/cdt/downloads/cdt/org.eclipse.cdt-200212181139-linux-gtk_1.0.1.bin.dist.zip" SLOT="2" LICENSE="CPL-1.0" KEYWORDS="~x86" IUSE="" DEPEND="=dev-util/eclipse-platform-bin-2.0.2" src_unpack() { mkdir ${S} cd ${S} unpack org.eclipse.cdt-200212181139-linux-gtk_1.0.1.bin.dist.zip } src_install () { dodir /opt/eclipse cp -dpR * ${D}/opt/eclipse/ dohtml plugins/org.eclipse.cdt.core_1.0.1/about.html }