stax stable port information

Package: stax
Version: 1.2.0
Revision: 2
Type: java(1.5)
Source: http://dist.codehaus.org/%n/distributions/%n-src-%v_rc1-dev.zip
Source-MD5: e12dab65656f4f9df420e562cc00a776
NoSourceDirectory: true

Depends: system-java (>= 1.5)
BuildDepends: ant-base, system-java-dev (>= 1.5)

CompileScript: <<
#!/bin/sh -ex
ant ri_bin_dist javadoc
<<
InstallScript: <<
#!/bin/sh -ex

# Javadocs
mkdir -p %i/share/doc/%n/javadoc
cp -R build/javadoc/* %i/share/doc/%n/javadoc
find %i/share/doc/%n -type d -print0 | xargs -0 chmod 755
find %i/share/doc/%n -type f -print0 | xargs -0 chmod 644

<<
JarFiles: build/%n-api-1.0.jar build/%n-%v_rc1-dev.jar
DocFiles: ASF2.0.txt
Homepage: http://stax.codehaus.org/
Maintainer: Trevor Harmon
Description: The Streaming API for XML
DescDetail: <<
StAX is a standard XML processing API that allows you to stream XML data from
and to your application. It's a standard pull parser implementation for the
Java platform.
<<
License: BSD