the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: commons-daemon
Version: 1.0.4
Revision: 1
Description: Jakarta Commons - Daemon
Type: java(1.5)
License: BSD
Maintainer: Benjamin Reed
Depends: system-java (>= 1.5-1)
BuildDepends: <<
ant-base (>= 1.8.1-1),
fink (>= 0.29.7-1),
fink-mirrors (>= 0.22.1.1-1),
junit (>= 3.7-1),
system-java-dev (>= 1.5-1)
<<
Source: mirror:apache:jakarta/commons/daemon/source/commons-daemon-%v-src.tar.gz
Source-MD5: a7baae7f3dba28ac813f11846c4a74a2
UseMaxBuildJobs: true
CompileScript: ant -Dcompile.target=1.5 -Dcompile.source=1.4 dist
InstallScript: <<
mkdir -p %i/share/doc/%n
(cd dist/docs; gnutar -cf - .) | (cd %i/share/doc/%n; gnutar -xf -)
cp dist/bin/*.tar.gz %i/share/doc/%n/
find %i/share/doc/%n -type d -exec chmod 755 {} \;
find %i/share/doc/%n -type f -exec chmod 644 {} \;
<<
JarFiles: dist/*.jar
DocFiles: LICENSE* NOTICE* README* RELEASE*
Homepage: http://jakarta.apache.org/commons/daemon/
DescDetail: Java-based daemons or services.