diff options
Diffstat (limited to 'dev-java/saxon-bin/saxon-bin-7.8.ebuild')
-rw-r--r-- | dev-java/saxon-bin/saxon-bin-7.8.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-java/saxon-bin/saxon-bin-7.8.ebuild b/dev-java/saxon-bin/saxon-bin-7.8.ebuild new file mode 100644 index 000000000000..ad7dd9f39d00 --- /dev/null +++ b/dev-java/saxon-bin/saxon-bin-7.8.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/saxon-bin/saxon-bin-7.8.ebuild,v 1.1 2004/07/30 21:46:14 axxo Exp $ + +inherit java-pkg + +DESCRIPTION="The SAXON package is a collection of tools for processing XML documents: XSLT processor, XSL library, parser." +SRC_URI="mirror://sourceforge/saxon/saxon${PV//./-}.zip" +HOMEPAGE="http://saxon.sourceforge.net/" +LICENSE="MPL-1.1" +KEYWORDS="x86 sparc ~ppc" +IUSE="doc" +DEPEND="" +RDEPEND="virtual/jdk" +SLOT="0" + +S=${WORKDIR} + +src_compile() { :; } + +src_install() { + use doc && dohtml -r doc/* + java-pkg_dojar *.jar +} |