avalon-framework _unstable_ port information

Package: avalon-framework
Version: 4.2.0
Revision: 1
Description: Interfaces for component interaction
Type: java
License: OSI-Approved
Maintainer: Trevor Harmon
Depends: system-java13-dev | system-java14-dev
Source: mirror:apache:excalibur/%n/binaries/%n-%v.tar.gz
Source-MD5: 8ff312175554a7199769fad71a04cde4
SourceDirectory: %n
JarFiles: jars/%n-%v.jar jars/%n-api-%v.jar jars/%n-impl-%v.jar
Homepage: http://excalibur.apache.org/
CompileScript: # Binary package; no compilation required
InstallScript: <<
# Copy the doc files (because Fink's DocFiles field can't recurse on a directory)
mkdir -p %i/share/doc/%n/docs/
cp -p LICENSE.txt %i/share/doc/%n/
cp -p NOTICE.TXT %i/share/doc/%n/
cp -Rp docs/ %i/share/doc/%n/docs/
<<
DescDetail: <<
Avalon-Framework is a small but vital jar file distributed by the Avalon
project, and some associated documentation. Avalon-Framework (often
abbreviated as AF, or even AF4 for version 4 of the framework) defines several
"lifecycle interfaces" that provide a common way for components to be created,
initialized, configured, started, etcetera.
<<