the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: commons-lang
Version: 2.0
Revision: 2
Distribution: 10.3, 10.4
Type: java(1.3)
Source: mirror:apache:jakarta/commons/lang/source/%n-%v-src.tar.gz
Source-MD5: 200a40d46fe6a60af76acf973298b8fe
SourceDirectory: %n-%v-src
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
PatchScript: <<
cp LICENSE.txt ../LICENSE
<<
CompileScript: <<
#!/bin/sh -ex
ant dist
<<
JarFiles: dist/*.jar
InstallScript: <<
mv dist/commons-lang-%v.jar dist/commons-lang.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/LICENSE.txt dist/RELEASE-NOTES.txt
Homepage: http://jakarta.apache.org/commons/lang/
Maintainer: Benjamin Reed
Description: Jakarta Commons - Lang
DescDetail: <<
Commons Lang is a set of language utility functions and reusable
components that should be a help in any Java environment.
<<
License: BSD
Package: commons-lang
Version: 2.3
Revision: 1
Type: java(1.4)
Source: mirror:apache:jakarta/commons/lang/source/%n-%v-src.tar.gz
Source-MD5: 2ae988b339daec234019a7066f96733e
BuildDepends: <<
ant-base (>= 1.6.5-1),
ant-junit (>= 1.6.5-1),
fink (>= 0.22.2-1),
fink-mirrors (>= 0.22.1.1-1),
junit (>= 3.8.1-1),
system-java-dev (>= 1.4-1)
<<
Depends: system-java (>= 1.4-1)
PatchScript: cp LICENSE.txt ../LICENSE
CompileScript: <<
#!/bin/sh -ex
ant jar javadoc -Dcompile.target=1.4 -Dcompile.source=1.4
<<
JarFiles: dist/*.jar
InstallScript: <<
mv dist/commons-lang-%v.jar dist/commons-lang.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: *.txt
Homepage: http://jakarta.apache.org/commons/lang/
Maintainer: Benjamin Reed
Description: Jakarta Commons - Lang
DescDetail: <<
Commons Lang is a set of language utility functions and reusable
components that should be a help in any Java environment.
<<
License: BSD