DESCRIPTION="WebGraph is a framework to study the web graph. It provides simple ways to manage very large graphs, exploiting modern compression techniques." SRC_URI="http://webgraph.dsi.unimi.it/${P}-bin.tar.gz" HOMEPAGE="http://webgraph.dsi.unimi.it" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="x86" RDEPEND=">=virtual/jdk-1.4 >=dev-java/mg4j-0.8.2" DEPEND="${RDEPEND}" src_install() { dojar *.jar dohtml -r docs/* }