# 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 3.1 || die "Failed to find suitable Eclipse installation" eclipse-ext_create-ext-layout binary || die "Failed to create layout" cp -a ${S}/features/* ${D}/${eclipse_ext_basedir}/features cp -a ${S}/plugins/* ${D}/${eclipse_ext_basedir}/plugins }