# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header:$ S="${WORKDIR}" DESCRIPTION="XPath Explorer (XPE) is a GUI application that lets you interactively experiment with XPath. This version is implemented as an eclipse plugin." SRC_URI="mirror://sourceforge/xpe/${PN}.zip" HOMEPAGE="http://xpe.sourceforge.net/" LICENSE="BSD" DEPEND="" RDEPEND=">=dev-util/eclipse-platform-bin-2.1*" SLOT="0" src_compile() { echo "Nothing to compile for ${P}." } src_install () { dodir /opt/eclipse/plugins cp -dpR ${S}/* ${D}/opt/eclipse/plugins/ }