# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/jal/jal-20031117.ebuild,v 1.3 2004/03/23 20:35:15 dholm Exp $ inherit java-pkg DESCRIPTION="Jal is a partial port of the STL by the C++ Standard Template Library." SRC_URI="http://vigna.dsi.unimi.it/jal/${P}-bin.tar.gz" HOMEPAGE="http://vigna.dsi.unimi.it/jal/" LICENSE="X11" SLOT="0" KEYWORDS="~x86" IUSE="doc" RDEPEND=">=virtual/jdk-1.4 >=dev-java/fastutil-3.1" src_compile () { :; } src_install() { mv ${P}.jar ${PN}.jar java-pkg_dojar ${PN}.jar use doc && dohtml -r docs/* }