X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=62aa92b19e2fd46e994e6e4a22e88d950a68403a;hb=818ead7b6ccef1e4d2435cc959bc07f910fcde46;hp=53a4ebde438a6eb05beeb9e0dc0846e6bf0300f2;hpb=db9c49893c2a9475cb5efa4a53bc481a5f66231f;p=libs%2Fdatafile.git diff --git a/Build b/Build index 53a4ebd..62aa92b 100644 --- a/Build +++ b/Build @@ -2,21 +2,21 @@ 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" @@ -28,4 +28,11 @@ package "mspdatafile" library "mspdatafile"; }; }; + + tarball "@src" + { + source "Readme.txt"; + source "License.txt"; + source "Changelog.txt"; + }; };