inherit java-pkg-2 java-ant-2 eutils versionator DESCRIPTION="open-source JNLP-Implementation" HOMEPAGE="http://jnlp.sourceforge.net/netx/index.html" SRC_URI="mirror://sourceforge/jnlp/${PN}-${PV}.zip" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=">=virtual/jre-1.4" DEPEND=">=virtual/jdk-1.4 >=dev-java/ant-core-1.5.2" RESTRICT="nomirror" src_compile() { eant jar } src_install() { java-pkg_dojar netx.jar java-pkg_dolauncher ${PN} --main netx.jnlp.runtime.Boot13 einfo "you can use the netx-command program to work with this tool" }