# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eclipse-ext MY_P="PHPEclipse1.1.2-2004-12-04" DESCRIPTION="PHP, SQL, HTML - Support for the Eclipse IDE Framework" HOMEPAGE="http://www.phpeclipse.de/" SRC_URI="mirror://sourceforge/phpeclipse/${MY_P}.zip" LICENSE="CPL-1.0" SLOT="3" KEYWORDS="~x86 ~ppc ~amd64" IUSE="" DEPEND="=dev-util/eclipse-sdk-3.0*" src_unpack() { mkdir ${S} cd ${S} unpack ${A} } src_compile() { einfo "${P} is a binary package" } src_install () { eclipse-ext_require-slot 3 || 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 }