the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: commons-lang
Version: 2.5
Revision: 1
Description: Jakarta Commons - Lang
Type: java(1.5)
License: BSD
Maintainer: Benjamin Reed
Depends: system-java (>= 1.5-1)
BuildDepends: <<
ant-base (>= 1.8.1-1),
ant-junit (>= 1.6.5-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/lang/source/%n-%v-src.tar.gz
Source-MD5: e96700da2046aa31a2c39839cf7b6cc9
PatchScript: cp LICENSE.txt ../LICENSE
UseMaxBuildJobs: true
CompileScript: <<
#!/bin/sh -ex
ant jar javadoc -Dcompile.target=1.5 -Dcompile.source=1.4
<<
InstallScript: <<
mv target/commons-lang-%v.jar target/commons-lang.jar
mkdir -p %i/share/doc/%n
(cd target/apidocs; 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: target/*.jar
DocFiles: *.txt
Homepage: http://jakarta.apache.org/commons/lang/
DescDetail: <<
Commons Lang is a set of language utility functions and reusable
components that should be a help in any Java environment.
<<