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

Added Files:
        bamtools.info 
Log Message:
new pkg bamtools 2.3.0

--- NEW FILE: bamtools.info ---
Package: bamtools
Version: 2.3.0
Revision: 1
Description: Tools for BAM alignment files
License: BSD
Maintainer: Hanspeter Niederstrasser <nie...@users.sourceforge.net>
Source: https://github.com/pezmaster31/bamtools/archive/v%v.tar.gz
Source-MD5: d327df4ba037d6eb8beef65d7da75ebc
SourceDirectory: %n-%v
BuildDepends: cmake, fink (>= 0.28)
GCC: 4.0
CompileScript: <<
        #!/bin/sh -ev
        mkdir finkbuild
        pushd finkbuild
                cmake \
                        -DCMAKE_INSTALL_PREFIX:PATH=%p \
                        -DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE \
                        -DCMAKE_INSTALL_NAME_DIR:PATH=%p/lib/bamtools \
                ..
        popd
<<
InstallScript: <<
        #!/bin/sh -ev
        pushd finkbuild
                make install DESTDIR=%d
        popd
        rm -r %i/include %i/lib/bamtools/libbamtools.{a,dylib}
<<
Shlibs: !%p/lib/bamtools/libbamtools.%v.dylib
DocFiles: LICENSE README
Homepage: https://github.com/pezmaster31/bamtools/
DescDetail: <<
Command-line toolkit for reading, writing, and manipulating 
BAM (genome alignment) files.
<<
DescPackaging: <<
        Remove the headers, static lib and unversioned lib since it's best to 
        be a toolset only.
<<


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&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