// $Id$ package "mspstrings" { version "1.1"; description "String utilities library"; require "mspcore"; headers "msp/strings" { source "source/strings"; install true; }; headers "msp/stringcodec" { source "source/stringcodec"; install true; }; library "mspstrings" { source "source/strings"; source "source/stringcodec"; install true; }; program "grep" { source "grep.cpp"; build_info { library "mspstrings"; }; }; program "transcode" { source "transcode.cpp"; build_info { library "mspstrings"; }; }; tarball "@src" { source "License.txt"; source "source/stringcodec/jisx0208.table"; }; };