the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: jgraph
Version: 5.9.2.0
Revision: 1
License: LGPL
Description: Java graph user-interface component
Homepage: http://jgrapht.sourceforge.net/
Maintainer: Trevor Harmon
Type: java(1.4)
Source: mirror:sourceforge:%n/%n-%v-lgpl-src.jar
Source-MD5: a8a81f6b6525a3e7460976d55f9a38bc
SourceRename: %n-%v.zip
NoSourceDirectory: true
Depends: system-java (>= 1.4)
BuildDepends: system-java-dev (>= 1.4), ant-base
CompileScript: ant clean dist
InstallScript: <<
# Copy the JavaDocs
mkdir -p %i/share/doc/%n/api
cp -R build/doc/api/* %i/share/doc/%n/api
# Copy the PDFs
mkdir -p %i/share/doc/%n/pdf
cp -R build/doc/pdf/* %i/share/doc/%n/pdf
<<
JarFiles: build/lib/%n.jar
DocFiles: ChangeLog LICENSE README WHATSNEW
DescDetail: <<
JGraph is the most powerful, lightweight, feature-rich, and thoroughly
documented open-source graph component available for Java. It is accompanied
by JGraphpad, the first free diagram editor for Java that offers XML, Drag and
Drop and much more!
<<