X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=8b31630fcef10ade2475074938227d1dbc60d41b;hb=e5d760ccfaaa01884be2424b62e47a24466e0c4b;hp=faf77b672591d9625dca0583d0c58c3b4898bd20;hpb=52e6bd3e02522f68166c70f83d2ef3d7cf0c15ff;p=libs%2Fdatafile.git diff --git a/Build b/Build index faf77b6..8b31630 100644 --- a/Build +++ b/Build @@ -2,21 +2,23 @@ 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" @@ -29,4 +31,11 @@ package "mspdatafile" library "mspdatafile"; }; }; + + tarball "@src" + { + source "Readme.txt"; + source "License.txt"; + source "Changelog.txt"; + }; };