the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: commons-jxpath
Version: 1.2
Revision: 2
Type: java(1.4)
Source: mirror:apache:jakarta/commons/jxpath/source/%n-%v-src.tar.gz
Source-MD5: e3a6201ca1d967717a196940ec6362fc
SourceDirectory: %n-%v
PatchScript: <<
perl -pi -e 's,
<<
BuildDepends: <<
ant-base (>= 1.6.5-1),
ant-junit (>= 1.6.5-1),
ant-optional (>= 1.6.5-1),
commons-beanutils (>= 1.4-1),
commons-collections (>= 2.0-1),
commons-logging (>= 1.0-1),
fink (>= 0.22.2-1),
fink-mirrors (>= 0.22.1.1-1),
jakarta-servletapi,
jdom (>= 1:1.0-1),
junit (>= 3.8.1-1),
system-java-dev (>= 1.4-1),
xerces-j
<<
Depends: <<
commons-beanutils (>= 1.4-1),
commons-collections (>= 2.0-1),
commons-logging (>= 1.0-1),
jakarta-servletapi,
jdom (>= 1:1.0-1),
system-java (>= 1.4-1),
xerces-j
<<
CompileScript: ant -Dnoget=true dist
JarFiles: dist/*.jar
InstallScript: <<
install -d %i/share/doc/%N
mv dist/docs/api %i/share/doc/%N/
<<
DocFiles: LICENSE*
Homepage: http://jakarta.apache.org/commons/jxpath/
Maintainer: Benjamin Reed
Description: Jakarta Commons - XPath interpreter
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.
<<
License: BSD