]> git.tdb.fi Git - libs/core.git/blobdiff - Build
Bump version to 1.1
[libs/core.git] / Build
diff --git a/Build b/Build
index d7b5541476bd817544e650a56b8779111c7b4271..eb16f4b8e9cef640c62008d8749ed8dc8406c0fd 100644 (file)
--- 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";
+       };
 };