]> git.tdb.fi Git - libs/datafile.git/blobdiff - Build
Remove dependencies on discontinued packages
[libs/datafile.git] / Build
diff --git a/Build b/Build
index 53a4ebde438a6eb05beeb9e0dc0846e6bf0300f2..cf8b5793ba1e86841ced5efc00037e78c58e1066 100644 (file)
--- a/Build
+++ b/Build
@@ -2,25 +2,26 @@
 
 package "mspdatafile"
 {
-       version "1.0";
+       version "1.1.1";
        description "Structured datafile library";
-       
-       tar_file "Readme.txt";
-       tar_file "License.txt";
 
        require "mspcore";
-       require "mspstrings";
-       require "mspio";
+
+       headers "msp/datafile"
+       {
+               source "source";
+               install true;
+       };
 
        library "mspdatafile"
        {
                source "source";
                install true;
-               install_headers "msp/datafile";
        };
 
        program "mspdatatool"
        {
+               require "mspfs";
                source "tool";
                install true;
                build_info
@@ -28,4 +29,11 @@ package "mspdatafile"
                        library "mspdatafile";
                };
        };
+       
+       tarball "@src"
+       {
+               source "Readme.txt";
+               source "License.txt";
+               source "Changelog.txt";
+       };
 };