You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/jnlp-api/jnlp-api-6.0.18.ebuild

26 lines
720 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jnlp-api/jnlp-api-6.0.18.ebuild,v 1.3 2011/10/09 17:01:04 maekke Exp $
EAPI="4"
JAVA_PKG_IUSE="source"
inherit eutils java-pkg-2 java-pkg-simple
DESCRIPTION="JNLP API classes, repackaged from the icedtea-web fork of netx."
HOMEPAGE="http://jcp.org/en/jsr/detail?id=56"
SRC_URI="http://dev.gentoo.org/~caster/distfiles/${P}.tar.bz2"
LICENSE="GPL-2 GPL-2-with-linking-exception LGPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="source"
DEPEND=">=virtual/jdk-1.6"
RDEPEND=">=virtual/jre-1.6"
src_install() {
java-pkg_dojar ${PN}.jar
use source && java-pkg_dosrc javax
}