commons-jxpath _unstable_ port information

Package: commons-jxpath
Version: 1.3
Revision: 1
Description: Jakarta Commons - XPath interpreter
Type: java(1.5)
License: BSD
Maintainer: Benjamin Reed

Depends: <<
commons-beanutils (>= 1.8.3-1),
commons-collections (>= 3.2.1-1),
commons-logging (>= 1.1.1-1),
jakarta-servletapi,
jdom (>= 1:1.0-1),
system-java (>= 1.5-1),
xerces-j
<<
BuildDepends: <<
ant-base (>= 1.8.1-1),
ant-junit (>= 1.6.5-1),
ant-optional (>= 1.8.1-1),
commons-beanutils (>= 1.8.3-1),
commons-collections (>= 3.2.1-1),
commons-logging (>= 1.1.1-1),
fink (>= 0.29.7-1),
fink-mirrors (>= 0.22.1.1-1),
jakarta-servletapi,
jdom (>= 1:1.0-1),
junit (>= 3.8.1-1),
system-java-dev (>= 1.5-1),
xerces-j
<<

Source: mirror:apache:jakarta/commons/jxpath/source/%n-%v-src.tar.gz
Source-MD5: 9af6ed5d009061986d709a370829860e
PatchScript: <<
perl -pi -e 's, perl -pi -e 's,enum,e,g' `find src -name \*.java`
<<

UseMaxBuildJobs: true
CompileScript: ant -Dnoget=true dist

InstallScript: <<
install -d %i/share/doc/%N
mv dist/docs/api %i/share/doc/%N/
<<
JarFiles: dist/*.jar
DocFiles: LICENSE*

Homepage: http://jakarta.apache.org/commons/jxpath/
DescDetail: <<
The org.apache.commons.jxpath package defines a simple
interpreter of an expression language called XPath. JXPath
applies XPath expressions to graphs of objects of all kinds:
JavaBeans, Maps, Servlet contexts, DOM etc, including
mixtures thereof.
<<