# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/kunststoff-bin/kunststoff-bin-2.0.1.ebuild,v 1.6 2006/10/05 18:02:39 gustavoz Exp $ inherit java-pkg DESCRIPTION="A famous Java Look & Feel from incors.org" HOMEPAGE="http://www.incors.org" SRC_URI="http://www.incors.org/${PN/-bin}-${PV//./_}.zip" LICENSE="LGPL-2" SLOT="0" KEYWORDS="x86 ppc amd64" IUSE="" DEPEND="app-arch/unzip" RDEPEND=">=virtual/jre-1.3" S=${WORKDIR} src_install() { java-pkg_dojar *.jar }