# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
maintainers fu-berlin.de:rene.rahn
description SeqAn - The C++ Sequence Analysis Library
long_description SeqAn is an open source C++ library of efficient algorithms \
and data structures for the analysis of sequences with the \
focus on biological data.
homepage https://www.seqan.de
master_sites http://packages.seqan.de/${name}-library
distname ${name}-library-${version}
checksums rmd160 b7426de5fb7f7bb7c8ade4055f7afe238a39dd84 \
sha256 dd97b1514ab83acb7d7be911b157979e188e8ca72cc61c430c1e0fd03bcd41a5 \
set major [lindex [split ${version} .] 0]
file copy ${worksrcpath}/include/seqan ${destroot}${prefix}/include
file copy ${worksrcpath}/share/doc/seqan ${destroot}${prefix}/share/doc
file copy ${worksrcpath}/share/pkgconfig/${name}-${major}.pc ${destroot}${prefix}/lib/pkgconfig/
file mkdir ${destroot}${prefix}/lib/cmake/${name}
file copy ${worksrcpath}/share/cmake/seqan/seqan-config.cmake ${destroot}${prefix}/lib/cmake/${name}/
livecheck.url http://packages.seqan.de/
livecheck.regex ${name}-library-(\[0-9.\]+)${extract.suffix}