X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=eb16f4b8e9cef640c62008d8749ed8dc8406c0fd;hp=d7b5541476bd817544e650a56b8779111c7b4271;hb=99490429913e5563d9db4b8d4105e7aa59aa1ca6;hpb=9369de52faf6745dfedaed19b96ed4b4c13b2a72 diff --git a/Build b/Build index d7b5541..eb16f4b 100644 --- a/Build +++ b/Build @@ -2,19 +2,21 @@ package "mspstrings" { - version "1.0"; + version "1.1"; description "String utilities library"; - tar_file "License.txt"; - tar_file "source/jisx0208.table"; - require "mspcore"; + headers "msp/strings" + { + source "source"; + install true; + }; + library "mspstrings" { source "source"; install true; - install_headers "msp/strings"; }; program "grep" @@ -34,4 +36,10 @@ package "mspstrings" library "mspstrings"; }; }; + + tarball "@src" + { + source "License.txt"; + source "source/jisx0208.table"; + }; };