Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory sc8-pr-cvs17:/tmp/cvs-serv17510

Added Files:
        libdap3.info 
Log Message:
move to stable to satisfy a dependency for something already in stable


--- NEW FILE: libdap3.info ---
Package: libdap3
Version: 3.5.2
Revision: 1002
BuildDependsOnly: true
GCC: 4.0
Description: DAP 2.0 C++ SDK
License: LGPL
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
Depends: %N-shlibs (= %v-%r), libcurl3-unified-shlibs, libxml2-shlibs, libiconv
BuildDepends: libcurl3-unified, libxml2, libiconv-dev, system-openssl-dev

# Unpack Phase:
Source: ftp://ftp.unidata.ucar.edu/pub/dods/DODS-3.5/source/libdap-%v.tar.gz
Source-MD5: ed786ae3f8f7ca4e9eac2b87c132d8fb

# Compile Phase
SetCPPFLAGS: -I%p/lib/system-openssl/include
SetLDFLAGS: -L%p/lib/system-openssl/lib
CompileScript: <<
 #!/bin/sh -ev
 ./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_* README README.* NEWS

InstallScript: <<
        make prefix=%i install mandir=%i/share/man infodir=%i/share/info
<<

SplitOff: <<
        Package: %N-shlibs
        Files: lib/libdap.*.dylib
        Depends: libcurl3-unified-shlibs, libxml2-shlibs
        Shlibs: %p/lib/libdap.3.dylib 4.0.0 %n (>= 3.5.2-1)
        DocFiles: COPYING COPYRIGHT_* README README.* NEWS
<<

DescDetail: <<
        A C++ SDK which contains an implementation of DAP 2.0,
        Client- and Server-side support classes and a prototype
        implementation of the AIS.
<<
DescPackaging: <<
        libcurl3 now uses system-openssl, so we can also use
        system-openssl. By not inheriting or causing our own a
        dependency on fink's openssl, we can stay out of
        section:crpyto.
<<

Homepage: http://opendap.org/


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to