]> git.tdb.fi Git - libs/datafile.git/blobdiff - Build
Fix some minor mistakes
[libs/datafile.git] / Build
diff --git a/Build b/Build
index faf77b672591d9625dca0583d0c58c3b4898bd20..7debad7e6902af387fb0c9673a2738f11ae2ec18 100644 (file)
--- a/Build
+++ b/Build
@@ -1,27 +1,22 @@
-/* $Id$ */
-
 package "mspdatafile"
 {
-       version "1.0";
+       version "2.0";
        description "Structured datafile library";
-       
-       tar_file "Readme.txt";
-       tar_file "License.txt";
 
        require "mspcore";
-       require "mspstrings";
-       require "mspio";
 
        library "mspdatafile"
        {
                source "source";
                install true;
-               install_headers "msp/datafile";
+               install_map
+               {
+                       map "source" "include/msp/datafile";
+               };
        };
 
        program "mspdatatool"
        {
-               require "mspfs";
                source "tool";
                install true;
                build_info
@@ -29,4 +24,11 @@ package "mspdatafile"
                        library "mspdatafile";
                };
        };
+       
+       source_tarball
+       {
+               source "Readme.txt";
+               source "License.txt";
+               source "Changelog.txt";
+       };
 };