# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="a free, open source ontology editor and knowledge-base framework" HOMEPAGE="http://protege.stanford.edu/" SRC_URI="http://protege.stanford.edu/download/protege/4.0/zip/protege-4.0.zip" LICENSE="unkown open-source" SLOT="4" KEYWORDS="~x86" IUSE="X" DEPEND=">=virtual/jdk-1.4 app-arch/unzip" RDEPEND=">=virtual/jre-1.4" S="${WORKDIR}/Protege_4.0" FEATURES="collison-protect sandbox usersandbox" src_compile() { einfo "${PN} is a binary package." } src_install() { insinto /opt/${PN} rm ${S}/run.{bat,command} doins -r ${S}/* cd "${S}" echo "#!/bin/sh sh /opt/${PN}/run.sh" > protege-bin dobin protege-bin }