]> 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 96b63820b4edfbc19bf404b8e2904760efc0b4ca..b44b8eba407f7cf9cca267bbc982a409f115ee1d 100644 (file)
--- a/Build
+++ b/Build
@@ -2,17 +2,26 @@
 
 package "mspfs"
 {
-       version "1.0";
+       version "1.1";
        description "Filesystem utilities";
 
-       tar_file "License.txt";
-
        require "mspstrings";
 
+       headers "msp/fs"
+       {
+               source "source/fs";
+               install true;
+       };
+
        library "mspfs"
        {
-               source "source";
+               source "source/fs";
                install true;
-               install_headers "msp/fs";
+       };
+
+       tarball "@src"
+       {
+               source "Changelog.txt";
+               source "License.txt";
        };
 };