Info3: << Package: jicmp6 Version: 1.0.1 Revision: 33 Description: Java Interface to IPv6 ICMP (Ping) Type: java(1.5) License: GPL Maintainer: Benjamin Reed Depends: system-java (>= 1.5-1) BuildDepends: << autoconf2.6, automake1.14, libtool2, << Source: mirror:sourceforge:opennms/%n-%v.tar.gz Source-MD5: e32269ce242da2098100353a888b2746 SourceDirectory: %n-%v PatchScript: << %{default_script} autoreconf -fi << PatchFile: %n.patch PatchFile-MD5: 4ffc554d96429bb0b3671f718625f14d ConfigureParams: --disable-dependency-tracking CompileScript: << #!/bin/sh -ev if [ "%m" != "powerpc" ]; then # building fat because you can run the same jvm with -32 or -64 export CFLAGS="-arch i386 -arch x86_64 $CFLAGS" export CXXFLAGS="-arch i386 -arch x86_64 $CXXFLAGS" perl -pi -e 's,-m.JAVA_ARCH,,' configure fi ./configure %c make << InstallScript: make -j1 install DESTDIR="%d" RuntimeVars: JICMP_USE_SOCK_DGRAM: true Homepage: http://www.opennms.org/ DescDetail: << This package contains a Java interface to IPv6 ICMP. It is developed as a part of the OpenNMS project. << <<