rrdtool-java stable port information

Info4: <<
Package: rrdtool-java
Version: 1.0.5
Revision: 1
Description: Java Interface to RRDTool
Type: java(1.5)
License: GPL
Maintainer: Benjamin Reed

Depends: librrd4-shlibs
BuildDepends: <<
autoconf2.6,
automake1.11,
fink (>= 0.30.2-1),
freetype219 (>= 2.3.12-1),
intltool40,
libart2 (>= 2.3.20-1),
libtool2,
libpng15,
rrdtool-dev (>= 1.4.4-1),
system-java (>= 1.5-1)
<<

Source: mirror:sourceforge:opennms/jrrd-%v.tar.gz
Source-MD5: 1708361f91bc2b80cdc6a2681434bbab
PatchScript: <<
perl -pi -e 's,1\.4,1.5,g' configure.ac
autoreconf -fvi
<<

UseMaxBuildJobs: true
ConfigureParams: --disable-dependency-tracking (%m != x86_64) --with-jvm-arch=32 (%m = x86_64) --with-jvm-arch=64
CompileScript: <<
#!/bin/sh -ev

# let configure find an appropriate one
unset JAVA_HOME
case `sw_vers -productVersion` in
10.[01234]*)
;;
*)
export LDFLAGS="$LDFLAGS -Wl,-dead_strip_dylibs"
;;
esac
./configure %c
make
<<

InstallScript: make install DESTDIR="%d"

Homepage: http://www.opennms.org/
DescDetail: <<
This package contains a Java interface to RRDTool.
It was previously part of the OpenNMS project and has
since been separated out into it's own package.
<<
<<