]> git.tdb.fi Git - libs/datafile.git/blobdiff - Build
Bump version to 1.1.1
[libs/datafile.git] / Build
diff --git a/Build b/Build
index 2a45117925a841a26a4f763ace607496472ac3ca..8b31630fcef10ade2475074938227d1dbc60d41b 100644 (file)
--- a/Build
+++ b/Build
@@ -2,22 +2,23 @@
 
 package "mspdatafile"
 {
-       version "1.1";
+       version "1.1.1";
        description "Structured datafile library";
-       
-       tar_file "Readme.txt";
-       tar_file "License.txt";
-       tar_file "Changelog.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"
@@ -30,4 +31,11 @@ package "mspdatafile"
                        library "mspdatafile";
                };
        };
+       
+       tarball "@src"
+       {
+               source "Readme.txt";
+               source "License.txt";
+               source "Changelog.txt";
+       };
 };