diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2002-07-13 23:59:04 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2002-07-13 23:59:04 +0000 |
commit | 94664f88fa7d8fd2a54d10deb00e477b9cb69c7f (patch) | |
tree | 3328adfc2f0855af26df342b45a16338b10c7af5 /dev-util/eclipse-ftp-webdav-bin/eclipse-ftp-webdav-bin-2.0.ebuild | |
parent | Version bump. NOTE: This version only works with gcc-2.x... not (diff) | |
download | gentoo-2-94664f88fa7d8fd2a54d10deb00e477b9cb69c7f.tar.gz gentoo-2-94664f88fa7d8fd2a54d10deb00e477b9cb69c7f.tar.bz2 gentoo-2-94664f88fa7d8fd2a54d10deb00e477b9cb69c7f.zip |
Eclipse Tools Platform with selected extensions."
Diffstat (limited to 'dev-util/eclipse-ftp-webdav-bin/eclipse-ftp-webdav-bin-2.0.ebuild')
-rw-r--r-- | dev-util/eclipse-ftp-webdav-bin/eclipse-ftp-webdav-bin-2.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-util/eclipse-ftp-webdav-bin/eclipse-ftp-webdav-bin-2.0.ebuild b/dev-util/eclipse-ftp-webdav-bin/eclipse-ftp-webdav-bin-2.0.ebuild new file mode 100644 index 000000000000..567a04a3c13a --- /dev/null +++ b/dev-util/eclipse-ftp-webdav-bin/eclipse-ftp-webdav-bin-2.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-ftp-webdav-bin/eclipse-ftp-webdav-bin-2.0.ebuild,v 1.1 2002/07/13 23:59:04 karltk Exp $ + +DESCRIPTION="Eclipse FTP and WebDAV Tool" +HOMEPAGE="http://www.eclipse.org" +SRC_URI="http://64.38.198.171/downloads/drops/R-2.0-200206271835/eclipse-FTP-WebDAV-2.0.zip" +LICENSE="CPL-1.0" +SLOT="2" +KEYWORDS="x86" +DEPEND="=dev-eclipse/eclipse-platform-bin-2.0*" +RDEPEND="$DEPEND" +S=${WORKDIR}/eclipse + +src_install () { + dodir /opt/eclipse + + cp -dpR features plugins ${D}/opt/eclipse/ + + dohtml cpl-v10.html notice.html readme/* +} |