# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eclipse-ext DESCRIPTION="PHP support for the Eclipse IDE Framework" HOMEPAGE="http://www.phpeclipse.de" SRC_URI="mirror://sourceforge/phpeclipse/net.sourceforge.phpeclipse_${PV}.bin.dist.zip" LICENSE="CPL-1.0" SLOT="3.1" KEYWORDS="-* ~x86" IUSE="" DEPEND="=dev-util/eclipse-sdk-3.1*" src_unpack() { mkdir ${S} cd ${S} unpack ${A} } src_compile() { einfo "${P} is a binary package" } src_install () { eclipse-ext_require-slot ${SLOT} || die "Failed to find a suitable Eclipse installation" eclipse-ext_create-ext-layout binary || die "Failed to create layout" eclipse-ext_install-features features/* || die "Failed to install features" eclipse-ext_install-plugins plugins/* || die "Failed to install plugins" }