X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=eb16f4b8e9cef640c62008d8749ed8dc8406c0fd;hp=63ccdf9f16935bf3952be945eff231a9b7967393;hb=99490429913e5563d9db4b8d4105e7aa59aa1ca6;hpb=f47bc86e6ce900c5323e593db003c93110538268 diff --git a/Build b/Build index 63ccdf9..eb16f4b 100644 --- a/Build +++ b/Build @@ -2,13 +2,21 @@ package "mspstrings" { + version "1.1"; + description "String utilities library"; + require "mspcore"; + headers "msp/strings" + { + source "source"; + install true; + }; + library "mspstrings" { source "source"; install true; - install_headers "msp/strings"; }; program "grep" @@ -16,8 +24,6 @@ package "mspstrings" source "grep.cpp"; build_info { - incpath "source"; - libpath "."; library "mspstrings"; }; }; @@ -27,9 +33,13 @@ package "mspstrings" source "transcode.cpp"; build_info { - incpath "source"; - libpath "."; library "mspstrings"; }; }; + + tarball "@src" + { + source "License.txt"; + source "source/jisx0208.table"; + }; };