jta-spec stable port information

Package: jta-spec
Version: 1.0.1
Revision: 3
Depends: system-java (>= 1.3-1)
Source: http://distfiles.finkmirrors.net/jta-spec1_0_1.zip
Source-MD5: 83ae30f49606da44b69bec2df1a7098e
SourceDirectory: jta-spec1_0_1
CompileScript: /usr/bin/true
JarFiles: *.jar
InstallScript: <<
mkdir -p %i/share/doc/%n
cp -R docs/* %i/share/doc/%n/
find %i/share/doc/%n -type d -exec chmod 755 {} \;
find %i/share/doc/%n -type f -exec chmod 644 {} \;
<<
DocFiles: LICENSE.txt
Homepage: http://java.sun.com/products/jta/
Maintainer: Benjamin Reed
Description: Java Transaction API
DescDetail: <<
JTA specifies standard Java interfaces between a transaction manager and
the parties involved in a distributed transaction system: the resource
manager, the application server, and the transactional applications.
<<
DescPort: <<
No "porting" needed, package is available from Sun only as a binary,
although it is redistributable.
<<
License: Restrictive/Distributable