summaryrefslogtreecommitdiff
blob: c218fa77470a1104b3500bed02e9038ce5e258fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/wsdl4j/wsdl4j-1.4.ebuild,v 1.3 2004/06/24 22:45:22 agriffis Exp $

inherit java-pkg

DESCRIPTION="Web Services Description Language for Java Toolkit (WSDL4J)"
MY_PN="wsdl4j-bin"
MY_P="${MY_PN}-${PV}"
SRC_URI="ftp://www-126.ibm.com/pub/${PN}/WSDL4J/${PV}/${MY_P}.zip"
HOMEPAGE="http://www-124.ibm.com/developerworks/projects/wsdl4j"
KEYWORDS="~x86 ~ppc"
LICENSE="CPL-1.0"
SLOT="0"
DEPEND=""
RDEPEND=">=virtual/jdk-1.4"
IUSE="doc"
S="${WORKDIR}/${PN}-${PV//./_}"

src_compile() {
	einfo " This is a binary-only ebuild."
}

src_install() {
	dohtml -r docs/
	java-pkg_dojar lib/qname.jar lib/wsdl4j.jar
}