the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: xmlunit
Version: 1.0
Revision: 3
Type: java(1.4)
Maintainer: Benjamin Reed
Depends: junit (>= 3.8.1-4), xalan-j, xerces-j, system-java (>= 1.4-1)
BuildDepends: ant-base (>= 1.6.5-1), ant-junit (>= 1.6.5-1), ant-optional (>= 1.6.5-1), fink (>= 0.22.2-1), junit (>= 3.8.1-4), xalan-j, xerces-j, system-java-dev (>= 1.4-1)
Source: mirror:sourceforge:%n/%n%v.zip
Source-MD5: 4f03206acc9ed18bc6cc23fd38b4fc82
SourceDirectory: %n
PatchScript: perl -pi -e 's,target="1.2",source="1.4" target="1.4",g' build.xml
CompileScript: <<
mkdir src/site
mkdir reports
ant dist -Dtest.report.dir=reports
<<
InstallScript: <<
#!/bin/sh -ex
mkdir -p %i/share/doc/%n/javadoc
cp -r doc/* %i/share/doc/%n/javadoc
<<
JarFiles: lib/%n%v.jar
DocFiles: LICENSE.txt README.txt XMLUnit.pdf example.html
Description: Unit testing for XML
Homepage: http://xmlunit.sourceforge.net/
License: BSD