Package: ssm Version: 0.1 Revision: 30 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. << # Maintainer: Morten Kjeldgaard Description: Macromolecular coordinate library License: LGPL GCC:4.0 HomePage: http://www.bioxray.dk/~mok/%N Source: ftp://ftp.bioxray.au.dk/pub/mok/src/%N-%v.tar.gz Source-MD5: 317d9cc78a88fa5652a4a4b06f329823 NoSourceDirectory: false Depends: %n-shlibs (= %v-%r) BuildDepends: mmdb-dev (>= 1.23.2-30) BuildDependsOnly: true DocFiles: README AUTHORS NEWS COPYING 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' src/ssm_superpose.* perl -pi -e 's|FF2|FF2RENAMED|g' src/ssm_superpose.* # << CompileScript: << #!/bin/bash -evf LDFLAGS="-L%p/lib -L/usr/lib" \ ./configure --prefix=%p make << InstallScript: << make install DESTDIR=%d << SplitOff: << Package: %N-shlibs Files: << lib/libssm.0.dylib lib/libssm.0.0.0.dylib << Shlibs: << %p/lib/libssm.0.dylib 1.0.0 %n (>= 0.1-3) << << SplitOff2: << Package: %N-dev BuildDependsOnly: True Conflicts: ccp4-onlylibs-dev Replaces: ccp4-onlylibs-dev Files: << lib/*.a lib/*.la lib/libssm.dylib include/ssm/*.h lib/pkgconfig/ssm.pc << <<