# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/dev-util/eclipse-ftp-webdav-bin/eclipse-ftp-webdav-bin-2.0.ebuild,v 1.7 2003/02/13 11:51:21 vapier Exp $ S=${WORKDIR}/eclipse DESCRIPTION="Eclipse FTP and WebDAV Tool" HOMEPAGE="http://www.eclipse.org" SRC_URI="http://download.eclipse.org/downloads/drops/S-3.0M6-200312182000/eclipse-FTP-WebDAV-3.0M6.zip" SLOT="3" LICENSE="CPL-1.0" KEYWORDS="x86 sparc " DEPEND="=dev-util/eclipse-platform-bin-3.0*" src_install () { dodir /opt/eclipse cp -dpR features plugins ${D}/opt/eclipse/ dohtml cpl-v10.html notice.html readme/* }