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/resin-servlet-api/resin-servlet-api-3.0.25.eb...

50 lines
876 B

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
JAVA_PKG_IUSE="source"
inherit eutils java-pkg-2 java-ant-2
DESCRIPTION="Resin Servlet API 2.4/JSP API 2.0 implementation"
HOMEPAGE="http://www.caucho.com/"
SRC_URI="http://www.caucho.com/download/resin-${PV}-src.zip
mirror://gentoo/resin-gentoo-patches-${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="2.4"
KEYWORDS="amd64 ppc ppc64 x86"
IUSE=""
COMMON_DEP=""
RDEPEND=">=virtual/jre-1.4
${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.4
app-arch/unzip
${COMMON_DEP}"
S="${WORKDIR}/resin-${PV}"
src_unpack() {
unpack ${A}
mkdir "${S}/lib"
cd "${S}"
epatch "${WORKDIR}/${PV}/resin-${PV}-build.xml.patch"
}
EANT_BUILD_TARGET="jsdk"
EANT_DOC_TARGET=""
src_install() {
java-pkg_newjar "lib/jsdk-24.jar"
use source && java-pkg_dosrc "${S}"/modules/jsdk/src/*
}