Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv11661

Added Files:
        libnc-dap3.info 
Log Message:
restored

--- NEW FILE: libnc-dap3.info ---
Package: libnc-dap3
Version: 3.7.3
Revision: 3
BuildDependsOnly: true
GCC: 4.0
Description: OPeNDAP netCDF Client Library
License: LGPL
Maintainer: Alexander Hansen <[email protected]>
Depends: %N-shlibs (= %v-%r), pkgconfig
BuildDepends: <<
gcc44 | gcc45 | gcc46, libdap9 (>=3.7.3-1), libiconv-dev, libcurl4, libxml2, 
system-openssl-dev, 
libssh2.1, libidn, libgettext8-dev
<<

# Unpack Phase:
Source: http://opendap.org/pub/source/libnc-dap-%v.tar.gz
Source-MD5: b69f3fb1b26b65903e41c2aa832cab34
PatchScript:  perl -pi -e 's|ncdump|dncdump|g' ncdump/ncdump.1

# Compile Phase
SetCPPFLAGS: -I%p/lib/system-openssl/include
SetLDFLAGS: -L%p/lib/system-openssl/lib
ConfigureParams:  --disable-dependency-tracking
CompileScript: <<
 #!/bin/sh -ev
 F77=gfortran ./configure %c
 # for some reason, the allow_undefined_flag doesn't get set right by configure.
 perl -pi.BAK -e 's|-single_module |-single_module -undefined dynamic_lookup |' 
libtool
 make
<<

# Install Phase:
DocFiles: COPYING COPYRIGHT ChangeLog README README.* NEWS

InstallScript: <<
        make install DESTDIR=%d
        mv %i/bin/ncdump %i/bin/dncdump
        install -d %i/share/man/
        install -d %i/share/man/man1
        mv %b/ncdump/ncdump.1 %i/share/man/man1/dncdump
<<

SplitOff: <<
        Package: %N-shlibs
    Depends: <<
    libdap9-shlibs (>=3.7.3-1), libcurl4-shlibs, libiconv, libssh2.1-shlibs, 
    libxml2-shlibs
    <<
        Files: lib/libnc-dap.*.dylib
        Shlibs: %p/lib/libnc-dap.3.dylib 4.0.0 %n (>= 3.5.2-1)
        DocFiles: COPYING COPYRIGHT README README.* NEWS
<<

DescDetail: <<
        The netCDF Client Library is an alternative implementation of
        Unidata's netCDF 3.62 API. Our version adds the capability to
        dereference OPeNDAP URLs. You can substitute our version of
        the library when linking your application and then simply pass
        an OPeNDAP URL in where you would normally use a file name.
<<
DescPackaging: <<
Manually install manpage.
Rename 'ncdump' to 'dncdump' to avoid collisions with netcdf-bin
<<

Homepage: http://opendap.org/download/nc-dods.html


------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to