# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/profiler/profiler-1.ebuild,v 1.9 2005/01/01 11:19:59 eradicator Exp $ inherit java-pkg DESCRIPTION="provides 3D visual representation of file system statistics" HOMEPAGE="http://visualversion.com/profiler/" SRC_URI="http://visualversion.com/profiler/profiler.jar" LICENSE="as-is" SLOT="0" IUSE="" KEYWORDS="x86 ppc" RDEPEND="virtual/jre" S=${WORKDIR} src_unpack() { cp ${DISTDIR}/${A} ${S}/ } src_install() { dobin ${FILESDIR}/profiler java-pkg_dojar ${A} }