Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv14511

Modified Files:
        coot.info libccp4.info 
Log Message:
added missing srs files to libccp4 and changed coot dependency accordingly

Index: libccp4.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/libccp4.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libccp4.info        15 Aug 2013 01:34:54 -0000      1.2
+++ libccp4.info        27 Aug 2013 16:43:41 -0000      1.3
@@ -1,6 +1,6 @@
 Package: libccp4
 Version: 6.3.1
-Revision: 2
+Revision: 3
 Maintainer: W. G. Scott <wgsc...@users.sourceforge.net> 
 DescPackaging: <<
  Based on package created by Morten Kjeldgaard <m...@bioxray.dk> with minor
@@ -13,6 +13,8 @@
 Source-MD5: 82d662032893329fd4ccf32186c649a1
 Source2: ftp://ftp.ccp4.ac.uk/ccp4/6.3.0/ccp4-6.3.0/src/Prodrg/prodrg.param
 Source2-MD5: 807f5df3c33e8dda9b49eab939c6fd69
+Source3: ftp://ftp.ccp4.ac.uk/opensource/ccp4srs-data-20120621.tar.gz
+Source3-MD5: f8b62642f313ae1342cd13ea8699eca7
 NoSourceDirectory: false
 Depends: %N-shlibs (= %v-%r), gcc48-shlibs 
 BuildDepends: mmdb-dev (>= 1.25.3-1), ssm-dev (>= 1.3-1), gcc48, pkgconfig
@@ -58,7 +60,10 @@
 InstallScript: <<
   make install DESTDIR=%d
   mkdir -p %i/share/ccp4
-  cp ../prodrg.param %i/share/ccp4/.
+  cp ../prodrg.param                        %i/share/ccp4/.
+  cp ../ccp4srs-data-20120621/index.srs     %i/share/ccp4/.
+  cp ../ccp4srs-data-20120621/graph.srs     %i/share/ccp4/.
+  cp ../ccp4srs-data-20120621/struct.srs    %i/share/ccp4/.
 <<
 SplitOff: <<
   Package: %N-shlibs
@@ -98,6 +103,9 @@
        share/ccp4/syminfo.lib
        share/ccp4/symop.lib
        share/ccp4/prodrg.param
+       share/ccp4/index.srs 
+       share/ccp4/graph.srs 
+       share/ccp4/struct.srs
  <<
 <<
  

Index: coot.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/coot.info,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- coot.info   15 Aug 2013 02:38:14 -0000      1.26
+++ coot.info   27 Aug 2013 16:43:41 -0000      1.27
@@ -1,6 +1,6 @@
 Package: coot
 Version: 0.7.1.0  
-Revision: 5
+Revision: 6
 SourceDirectory: %n-0.7.1
 Distribution: 10.6, 10.7, 10.8
 GCC: 4.0 
@@ -33,12 +33,14 @@
 stereo on OS X.
 <<
 ###############################################################################
-Recommends:  povray, ccp4, raster3d                        
+Recommends:  povray, ccp4, raster3d  
+Conflicts: coot-pre
+Replaces: coot-pre                      
 BuildDepends: <<
  fink (>= 0.24.12)               ,
  boost1.53.python27 (>= 1.53.0-1),
  clipper-dev (>= 1:2.1.20130601-1),
- libccp4-dev (>= 6.3.1-2)        ,
+ libccp4-dev (>= 6.3.1-3)        ,
  mmdb-dev (>= 1.25.3-1)          ,
  ssm-dev (>= 1.3-1)              ,
  atk1 (>= 1.28.0-1)              ,
@@ -87,8 +89,8 @@
  coot-shlibs (= 0.7.1.0-%r)       ,
  boost1.53.python27-shlibs (>= 1.53.0-1),
  clipper-shlibs (>= 1:2.1.20130601-1),
- libccp4-shlibs (>= 6.3.1-2)      ,
- libccp4-lib (>= 6.3.1-2)         ,
+ libccp4-shlibs (>= 6.3.1-3)      ,
+ libccp4-lib (>= 6.3.1-3)         ,
  mmdb-shlibs (>= 1.25.3-1)        ,
  ssm-shlibs (>= 1.3-1)            ,
  atk1-shlibs (>= 1.28.0-1)        ,
@@ -241,7 +243,7 @@
 echo "export LC_NUMERIC=C"                                  >>  %i/bin/coot
 echo "export COOT_REFMAC_LIB_DIR=%p/share/coot/lib"         >>  %i/bin/coot
 echo "export COOT_PYTHON_DIR=%p/share/coot/python"          >>  %i/bin/coot
-echo 'export COOT_SBASE_DIR="$CCP4/share/sbase"'            >>  %i/bin/coot
+echo 'export COOT_SBASE_DIR="%p/share/ccp4"'                >>  %i/bin/coot
 echo 'export CLIBD="%p/share/ccp4"'                         >>  %i/bin/coot    
                                      
 echo "export 
PYTHONPATH=%p/lib/python2.7/site-packages:%p/lib/python2.7/site-packages/gtk-2.0:%p/share/coot/python"
  >>  %i/bin/coot
 echo "%p/bin/coot-real \"\$@\" "                            >>  %i/bin/coot
@@ -253,11 +255,13 @@
 DocFiles: README AUTHORS NEWS COPYING ABOUT-NLS BUGS TODO
 License: GPL
 Maintainer: W. G. Scott <wgsc...@users.sourceforge.net> 
-Homepage: http://lmb.bioch.ox.ac.uk/coot
+Homepage: http://www2.mrc-lmb.cam.ac.uk/Personal/pemsley/coot/
 ###############################################################################
 #
 SplitOff: <<
 Package: %N-shlibs
+Conflicts: coot-pre-shlibs
+Replaces: coot-pre-shlibs
 Files: <<
 lib/libccp4mg-*.0*.dylib  
 lib/libcoot-*.0*.dylib  
@@ -305,6 +309,8 @@
 Package: %N-dev
 Depends: %N (= 0.7.1.0-%r)
 BuildDependsOnly: True
+Conflicts: coot-pre-dev
+Replaces: coot-pre-dev
 Files: <<   
 lib/*.a
 <<


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to