decoders _unstable_ port information

Package: decoders
Version: 4.1.4
Revision: 3
Description: Packages to decode GRIB and text into netCDF
License: OSI-Approved
Maintainer: None

# Prerequisites
Depends: netcdf-shlibs (>=3.6.0-1002), netcdf-perl-pm586 (>=1.2.3-5), system-perl586
BuildDepends: netcdf (>=3.6.0-1002), udunits (>=1.12.3-1)

# Unpack Phase:
Source: ftp://ftp.unidata.ucar.edu/pub/%n/%n-%v.tar.Z
Source-MD5:ec7d7669e827d389892d15a1d3dec791

# Patch Script:
PatchScript: <<
#!/bin/sh -ex
cp ldmConnect/ldmConnect ldmConnect/ldmConnect.orig
sed 's/^#!\/usr\/local/#!\/usr/' ldmConnect/ldmConnect.orig > ldmConnect/ldmConnect
<<

# Compile Phase:
ConfigureParams: --prefix=%p --exec_prefix=%p --mandir=%p/share/man
SourceDirectory: %n-%v/src

InstallScript: <<
make install prefix=%i exec_prefix=%i MANDIR=%i/share/man
<<

DocFiles: COPYRIGHT CUSTOMIZE INSTALL README.perlDecoders RELEASE-NOTES VERSION

DescDetail: <<
The NetCDF Decoders package converts WMO GRIB products
and textual bulletins into NetCDF formatted files.
This package usually works in conjunction
with the LDM package to covert incoming products to
the NetCDF format without the need to store the raw data.
The gribtonc decoder converts most models in the GRIB format.
There are perl decoders for the following textual report types:
METAR, buoy, upper air, and synoptic products.
This package requires the installation of NetCDF, UDUNITS,
and the Perl-NetCDF packages to work.
<<

Homepage: http://www.unidata.ucar.edu/software/decoders/index.html