# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit java-pkg DESCRIPTION="a free open source Java HTML editor applet and application" HOMEPAGE="http://www.hexidec.com/ekit.php" SRC_URI="http://www.hexidec.com/files/${PN/-bin/}.${PV}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/jdk" RDEPEND="virtual/jre" S=${WORKDIR}/${PN/-bin/} src_install() { java-pkg_dojar ekit.jar ekitspell.jar ekitappletspell.jar ekitapplet.jar }