X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=62aa92b19e2fd46e994e6e4a22e88d950a68403a;hb=3c02de7bf2be5a8c98933a97090d911b41633cd5;hp=d7e7238d862f70dcde1718be4dd70256fbbc33ae;hpb=802f5b965a98ce0652ca0997c1c64f0bb2e76936;p=libs%2Fdatafile.git diff --git a/Build b/Build index d7e7238..62aa92b 100644 --- a/Build +++ b/Build @@ -2,30 +2,37 @@ 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" { - source "tool.cpp"; + source "tool"; install true; build_info { library "mspdatafile"; }; }; + + tarball "@src" + { + source "Readme.txt"; + source "License.txt"; + source "Changelog.txt"; + }; };