]> git.tdb.fi Git - libs/core.git/blobdiff - Build
Prepare for assimilation into core
[libs/core.git] / Build
diff --git a/Build b/Build
index 658679200591aa63b26ccfe2af058afb9fc253c4..b44b8eba407f7cf9cca267bbc982a409f115ee1d 100644 (file)
--- a/Build
+++ b/Build
@@ -1,14 +1,27 @@
-package "msppath"
+/* $Id$ */
+
+package "mspfs"
 {
-       version "0.1";
+       version "1.1";
        description "Filesystem utilities";
 
        require "mspstrings";
 
-       library "msppath"
+       headers "msp/fs"
+       {
+               source "source/fs";
+               install true;
+       };
+
+       library "mspfs"
        {
-               source "source";
+               source "source/fs";
                install true;
-               install_headers "msp/path";
+       };
+
+       tarball "@src"
+       {
+               source "Changelog.txt";
+               source "License.txt";
        };
 };