Package: jakarta-oro
Version: 2.0.8
Revision: 1
Type: java(1.3)
Source: mirror:apache:jakarta/oro/%n-%v.tar.gz
Source-MD5: 6f7690c6ba9750e3cbb8ebd10078a79a
SourceDirectory: %n-%v
BuildDepends: ant (>= 1.6.1-1), fink (>= 0.22.2-1), fink-mirrors (>= 0.22.1.1-1), system-java13-dev
Depends: system-java13 | system-java14 | system-java15
CompileScript: <<
#!/bin/sh -ex

  ant package
<<
JarFiles: dist/*.jar
InstallScript: <<
 mv %n-%v dist
 mv dist/%n-%v.jar dist/%n.jar
 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 {} \;
<<
DocFiles: dist/C* dist/I* dist/L* dist/R* dist/S* dist/T*
Homepage: http://jakarta.apache.org/oro/
Maintainer: Benjamin Reed <jakarta-oro@fink.racoonfink.com>
Description: Jakarta ORO Regex Library
DescDetail: <<
The Jakarta-ORO Java classes are a set of text-processing Java classes
that provide Perl5 compatible regular expressions, AWK-like regular
expressions, glob expressions, and utility classes for performing
substitutions, splits, filtering filenames, etc.  This library is the
successor to the OROMatcher, AwkTools, PerlTools, and TextTools
libraries from ORO, Inc. (www.oroinc.com).  They have been donated to
the Jakarta Project by Daniel Savarese (www.savarese.org), the
copyright holder of the ORO libraries.  Daniel will continue to
participate in their development under the Jakarta Project.
<<
License: BSD