Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv17648/10.4/unstable/main/finkinfo/sci

Modified Files:
        nco.info 
Log Message:
Modernize libcurl deps and make sure to avoid fink openssl (so we stay
out of section:crypto); other misc cleanups.


Index: nco.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/nco.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- nco.info    15 Feb 2006 17:35:51 -0000      1.1
+++ nco.info    27 Jun 2006 22:09:38 -0000      1.2
@@ -1,23 +1,28 @@
 Package: nco
 Version: 3.0.2
-Revision: 1002
+Revision: 1003
 Description: The netCDF Operators
 License: GPL
 Maintainer: Takeshi Enomoto <[EMAIL PROTECTED]>
 
 # Prerequisites
 Depends: bison (>=1.35-2), netcdf-shlibs (>= 3.6.0-1002), udunits 
(>=1.11.7-4), libdap3-shlibs (>= 3.5.2-1001), libnc-dap3-shlibs (>= 3.5.2-1001)
-BuildDepends: netcdf (>= 3.6.0-1002), gettext-dev, libiconv-dev, libdap3 (>= 
3.5.2-1001), libnc-dap3 (>= 3.5.2-1001), libcurl3, libxml2
+BuildDepends: netcdf (>= 3.6.0-1002), libgettext3-dev, libiconv-dev, libdap3 
(>= 3.5.2-1001), libnc-dap3 (>= 3.5.2-1001), libcurl3-unified, libxml2, 
system-openssl-dev
 
 # Unpack Phase:
 Source: http://%n.sourceforge.net/src/%n-%v.tar.gz
 Source-MD5: 9fa9ecbe866ad50d34a3c144024db9fc
 Patch: %n.patch
+PatchScript: <<
+       perl -pi -e 's,/src/lib/(udunits.dat),%p/etc/\1,' configure
+<<
 # Compile Phase:
 GCC: 4.0
+SetCPPFLAGS: -I%p/lib/system-openssl/include
+SetLDFLAGS: -L%p/lib/system-openssl/lib
 ConfigureParams: --prefix=%p --enable-shared=false --enable-dods=true 
--enable-optimize=true
 CompileScript: <<
-  #!/bin/sh -e
+  #!/bin/sh -ev
        export UDUNITS_PATH=%p
        export NETCDF_LIB=%p/lib
        export NETCDF_INC=%p/include
@@ -31,6 +36,7 @@
 InstallScript: <<
        make prefix=%i install mandir=%i/share/man infodir=%i/share/info
 <<
+InfoDocs: nco.info
 
 DescDetail: <<
        Each NCO operator (e.g., ncks) takes netCDF or HDF input file(s),


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to