apache-river stable port information

Package: apache-river
Version: 2.1.1
Revision: 1
source: http://www.trieuvan.com/apache/incubator/river/source/%v/%n-%v-incubating-src.zip
Maintainer: Sangharsh Dubey
License: OSI-Approved
Description: Apache river-Jini technology implementation
Source-MD5: 4d28ed28f186c01c7bf4b0167b4d3119
SourceDirectory: %n-%v
Depends: system-java (>= 1.4-1),ant-base(>=1.6.2)
Type: java(>=1.4)
BuildDepends: system-java-dev (>= 1.4-1),ant-base(>=1.6.2)

RuntimeVars: <<
ANT_HOME: /sw/lib/ant
<<

CompileScript: <<
echo "Running compile script"
#!bin/sh -ev
mv %b/source/* %b
ant
ant all
ant jars
<<

InstallScript: <<
echo "Installation in progress..."
#!/bin/sh -ev
mkdir -p %i/lib
mkdir -p %i/lib/%f

cp -r -f %b/* %i/lib/%f
cp -r -f %i/lib/%f/src %i/lib/%f/source/
rm -r %i/lib/%f/src
<<

DescDetail:<<
Apache river is aimed at development and advancement of Jini
technology core infrastructure.Jini technology is a service
oriented architecture that defines a programming model which
both exploits and extends Java technology to enable the
construction of secure,distributed systems which are
adaptive to change.
Jini technology can be used to build adaptive network systems
that are scalable ,evolvable and flexible as typically required in
dynamic computing environments.

<<
HomePage: http://incubator.apache.org/river/