summaryrefslogtreecommitdiff
blob: de41173068049fb5a4b054b7f0c3acbd365fd80b (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
29
30
31
32
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/batik/batik-1.1.1.ebuild,v 1.4 2003/09/06 22:26:46 msterret Exp $

S=${WORKDIR}/xml-batik
DESCRIPTION="Batik is a Java(tm) technology based toolkit for applications or applets that want to use images in the Scalable Vector Graphics (SVG) format for various purposes, such as viewing, generation or manipulation."
SRC_URI="http://xml.apache.org/batik/dist/${PN}-src-${PV}.zip"
HOMEPAGE="http://xml.apache.org/batik/"
IUSE=""
DEPEND=">=virtual/jdk-1.3
	dev-java/ant"
REDEPND=">=virtual/jdk-1.3"
LICENSE="Apache-1.1"
SLOT="0"
KEYWORDS="x86 ~sparc ~ppc"

src_unpack() {
	jar xvf ${DISTDIR}/${PN}-src-${PV}.zip
}

src_compile() {
	ant jars
}

src_install () {

	dojar ${P}/batik*.jar
	dojar ${P}/lib/*.jar

	dodoc README LICENSE LICENSE.rhino
	dohtml -r ${P}/docs/
}