// $Id$ package "mspstrings" { version "1.0"; description "String utilities library"; tar_file "License.txt"; tar_file "source/jisx0208.table"; require "mspcore"; library "mspstrings" { source "source"; install true; install_headers "msp/strings"; }; program "grep" { source "grep.cpp"; build_info { library "mspstrings"; }; }; program "transcode" { source "transcode.cpp"; build_info { library "mspstrings"; }; }; };