X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=cf8b5793ba1e86841ced5efc00037e78c58e1066;hb=8d6360cbcd8fe92d97dcba5e68e3adb6f2c0c3bc;hp=2a45117925a841a26a4f763ace607496472ac3ca;hpb=8a177740d8a02174bd2a93a926c76d2133d25d9f;p=libs%2Fdatafile.git diff --git a/Build b/Build index 2a45117..cf8b579 100644 --- a/Build +++ b/Build @@ -2,22 +2,21 @@ 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 +29,11 @@ package "mspdatafile" library "mspdatafile"; }; }; + + tarball "@src" + { + source "Readme.txt"; + source "License.txt"; + source "Changelog.txt"; + }; };