]> git.tdb.fi Git - libs/datafile.git/blobdiff - Build
Fix some minor mistakes
[libs/datafile.git] / Build
diff --git a/Build b/Build
index 62aa92b19e2fd46e994e6e4a22e88d950a68403a..7debad7e6902af387fb0c9673a2738f11ae2ec18 100644 (file)
--- a/Build
+++ b/Build
@@ -1,22 +1,18 @@
-/* $Id$ */
-
 package "mspdatafile"
 {
-       version "1.1.1";
+       version "2.0";
        description "Structured datafile library";
 
        require "mspcore";
 
-       headers "msp/datafile"
-       {
-               source "source";
-               install true;
-       };
-
        library "mspdatafile"
        {
                source "source";
                install true;
+               install_map
+               {
+                       map "source" "include/msp/datafile";
+               };
        };
 
        program "mspdatatool"
@@ -29,7 +25,7 @@ package "mspdatafile"
                };
        };
        
-       tarball "@src"
+       source_tarball
        {
                source "Readme.txt";
                source "License.txt";