commons-modeler stable port information

Package: commons-modeler
Version: 2.0.1
Revision: 1
Description: Jakarta Commons - Modeler
Type: java(1.5)
License: BSD
Maintainer: Benjamin Reed

Depends: <<
commons-digester (>= 2.1-1),
commons-logging (>= 1.1.1-1),
mx4j (>= 2.1.1-1),
system-java (>= 1.5-1)
<<
BuildDepends: <<
ant-base (>= 1.8.1-1),
ant-junit (>= 1.6.5-1),
commons-digester (>= 2.1-1),
commons-logging (>= 1.1.1-1),
mx4j (>= 2.1.1-1),
fink (>= 0.29.7-1),
fink-mirrors (>= 0.22.1.1-1),
junit (>= 3.8.1-1),
system-java-dev (>= 1.5-1)
<<

Source: mirror:apache:jakarta/commons/modeler/source/%n-%v-src.tar.gz
Source-MD5: 9ad2dc25be91c38b93346653736856dd
SourceDirectory: %n-%v-src
PatchScript: <<
touch ../LICENSE
perl -pi -e 's, <<

UseMaxBuildJobs: true
CompileScript: <<
#!/bin/sh -ev

ant dist
<<

InstallScript: <<
mkdir -p %i/share/doc/%n
(cd dist/docs; gnutar -cf - .) | (cd %i/share/doc/%n; gnutar -xf -)
find %i/share/doc/%n -type d -exec chmod 755 {} \;
find %i/share/doc/%n -type f -exec chmod 644 {} \;
<<
JarFiles: dist/*.jar
DocFiles: LICENSE* NOTICE* RELEASE*

Homepage: http://jakarta.apache.org/commons/modeler.html
DescDetail: <<
Commons-Modeler provides mechanisms to create Model MBeans compatible
with the Java Management Extensions (JMX) specification.
<<