Package: ssm Version: 1.4.0 Revision: 6 Maintainer: W. G. Scott DescPackaging: << Based on package created by Morten Kjeldgaard with minor edits to conform to standard Fink packaging requirements. Hack of ssm_superpose.h in the install script is required to prevent run-time error in coot. << Description: Macromolecular coordinate library License: LGPL GCC:4.0 HomePage: http://www.bioxray.dk/~mok/%N Source: http://www2.mrc-lmb.cam.ac.uk/personal/pemsley/coot/dependencies/%n-1.4.tar.gz Source-MD5: ab7099937df872d8fd36708114bbfcdb SourceDirectory: %n-1.4 Depends: %n-shlibs (= %v-%r) BuildDepends: mmdb2-dev (>= 2.0.1-1) BuildDependsOnly: true DocFiles: AUTHORS COPYING COPYING.LESSER DescDetail: << SSM is a macromolecular coordinate superposition library, written by Eugene Krissinel of the EBI. The library implements the SSM algorithm of protein structure comparison in three dimensions, which includes an original procedure of matching graphs built on the protein\'s secondary-structure elements, followed by an iterative three-dimensional alignment of protein backbone Calpha atoms. The algorithm implemented by the software is described in: E. Krissinel & K. Henrick (2004) Secondary-structure matching (SSM), a new tool for fast protein structure alignment in three dimensions. Acta Crystallogr D Biol Crystallogr. 60, 2256-68. << PatchScript: << # To avoid a conflict with python # perl -pi -e 's|FF1|FF1RENAMED|g' ssm/ssm_superpose.* perl -pi -e 's|FF2|FF2RENAMED|g' ssm/ssm_superpose.* # << CompileScript: << #!/bin/bash -evf LDFLAGS="-L%p/lib -L/usr/lib" \ ./configure --prefix=%p --enable-shared make << InstallScript: << make install DESTDIR=%d << SplitOff: << Depends: mmdb2-shlibs (>= 2.0.1-1) Package: %N-shlibs Files: << lib/libssm.2.dylib << Shlibs: << %p/lib/libssm.2.dylib 3.0.0 %n (>= 1.4.0-5) << << SplitOff2: << Package: %N-dev BuildDependsOnly: True Conflicts: %N-dev (<= 1.4.0-5), ccp4-onlylibs-dev Replaces: ccp4-onlylibs-dev, %N-dev (<= 1.4.0-5) Files: << lib/*.a lib/*.la lib/libssm.dylib include/ssm/*.h << <<