the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: axis
Version: 1.4
Revision: 2
Source: mirror:apache:ws/%n/1_4/%n-bin-1_4.tar.gz
Source-MD5: 5a2962737edf25621482d7419fc89bdc
SourceDirectory: %n-1_4
Type: java(1.5)
BuildDepends: fink (>= 0.24.12-1)
Depends: <<
commons-discovery (>= 0.2-2),
commons-httpclient (>= 2.0-1),
commons-logging (>= 1.0.4-1),
commons-net (>= 1.1-1),
jaf,
jakarta-oro,
javamail,
system-java (>= 1.5-1),
wsdl4j
<<
CompileScript: <<
#!/bin/sh -ex
find . -name commons-httpclient.jar -exec rm -rf {} \;
find . -name commons-discovery.jar -exec rm -rf {} \;
find . -name commons-logging.jar -exec rm -rf {} \;
find . -name commons-net.jar -exec rm -rf {} \;
find . -name log4j\*.jar -exec rm -rf {} \;
find . -name mailapi\*.jar -exec rm -rf {} \;
find . -name jakarta-oro\*.jar -exec rm -rf {} \;
find . -name wsdl4j\*.jar -exec rm -rf {} \;
<<
InstallScript: <<
#!/bin/sh -ex
install -d -m 755 %i/share/%n/xmls
install -d -m 755 %i/share/doc/%n
# xml files
install -c -m 644 xmls/* %i/share/%n/xmls/
# documentation
mv docs/* %i/share/doc/%n/
mv samples %i/share/doc/%n/
# webapp
pushd webapps
jar -cvf %i/share/doc/%n/%n.war %n
popd
find %i/share/doc/%n -type d -exec chmod 755 {} \;
find %i/share/doc/%n -type f -exec chmod 644 {} \;
<<
JarFiles: lib/*.jar
DocFiles: LICENSE NOTICE README *.html
Homepage: http://ws.apache.org/axis/
Maintainer: Benjamin Reed
Description: Java SOAP implementation
DescDetail: <<
Apache Axis is an implementation of the SOAP ("Simple Object Access Protocol").
<<
License: BSD