the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: dom4j
Version: 1.6.1
Revision: 1
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 1e7ef6d20939315714de4a8502f27b2d
PatchScript: <<
perl -pi -e 's,"1.3","1.4",g' build.xml
<<
BuildDepends: <<
ant-base (>= 1.6.5-1),
ant-junit (>= 1.6.5-3),
fink (>= 0.22.2-1),
fink-mirrors (>= 0.22.1.1-1),
xalan-j,
xerces-j,
system-java-dev (>= 1.4-1)
<<
Depends: <<
xalan-j,
xerces-j,
system-java (>= 1.4-1)
<<
Type: java(1.4)
CompileScript: ant all
JarFiles: *.jar lib/*.jar lib/tools/iso*.jar lib/tools/jaxme*.jar lib/tools/jtidy*.jar
InstallScript: <<
install -d -m 755 %i/share/doc/%N
mv docs/* %i/share/doc/%N/
<<
DocFiles: *.txt
Homepage: http://jakarta.apache.org/dom4j/
Maintainer: Benjamin Reed
Description: XML, XPath, and XSLT API
DescDetail: <<
dom4j is an easy to use, open source library for working with XML,
XPath and XSLT on the Java platform using the Java Collections
Framework and with full support for DOM, SAX and JAXP.
<<
License: BSD