]> 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 3c44f713ac9697541c2f7db09b121f16eb3512f4..eb16f4b8e9cef640c62008d8749ed8dc8406c0fd 100644 (file)
--- a/Build
+++ b/Build
@@ -1,11 +1,45 @@
+// $Id$
+
 package "mspstrings"
 {
 package "mspstrings"
 {
-       require "mspmisc";
+       version "1.1";
+       description "String utilities library";
+
+       require "mspcore";
+
+       headers "msp/strings"
+       {
+               source "source";
+               install true;
+       };
 
        library "mspstrings"
        {
                source "source";
                install true;
 
        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";
+               };
+       };
+
+       tarball "@src"
+       {
+               source "License.txt";
+               source "source/jisx0208.table";
        };
 };
        };
 };