# -*- 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
description a static and space-efficient trie data structure
long_description Matching Algorithm with Recursively Implemented StorAge \
(MARISA) is a static and space-efficient trie data structure. \
And libmarisa is a C++ library to provide an implementation \
of MARISA. Also, the package of libmarisa contains a set of \
command line tools for building and operating a MARISA-based \
homepage http://code.google.com/p/marisa-trie/
checksums rmd160 00897f9381b89d08c5190fef8730c9a40aa126a3 \
sha256 67a7a4f70d3cc7b0a85eb08f10bc3eaf6763419f0c031f278c1f919121729fb3
distname marisa-${version}
set docdir ${prefix}/share/doc/${name}
xinstall -m 755 -d ${destroot}${docdir}/docs
xinstall -m 644 -W ${worksrcpath} \
xinstall -m 644 -W ${worksrcpath}/docs \
readme.en.html readme.ja.html style.css \
${destroot}${docdir}/docs
livecheck.regex {/marisa-([0-9.-]+)\.tar}