# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eclipse-ext DESCRIPTION="Language pack (translations) for Eclipse SDK" HOMEPAGE="http://www.eclipse.org/" SRC_URI="http://download.eclipse.org/downloads/drops/L-3.0.1_Translations-200409161125/NLpack-eclipse-SDK-3.0.x-linux-gtk.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}/eclipse/features/* ${D}/${eclipse_ext_basedir}/features cp -a ${S}/eclipse/plugins/* ${D}/${eclipse_ext_basedir}/plugins }