categories java devel textproc
description simple Java API for XPath
The SAXPath project is a Simple API for XPath. SAXPath is analogous to SAX \
in that the API abstracts away the details of parsing and provides a \
simple event based callback interface.
homepage http://saxpath.sourceforge.net/
checksums md5 cc95ecc7dfb689a29bd42323490ee702
depends_build bin:ant:apache-ant
depends_lib bin:java:kaffe
set worksrcdir ${worksrcdir}-FCS
file mkdir ${worksrcpath}/src/conf
file copy ${filespath}/MANIFEST.MF ${worksrcpath}/src/conf
xinstall -m 755 -d ${destroot}${prefix}/share/java \
${destroot}${prefix}/share/doc
xinstall -m 644 ${worksrcpath}/build/saxpath.jar \
${destroot}${prefix}/share/java/
file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
livecheck.regex {saxpath (\d+(?:\.\d+)*) FCS}