X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=9e7ee86f035ffd7c7c51d3cbc3e51cfba34141ef;hb=217889f81407de43d8de469ad93e05b7d334ae0c;hp=75c735503b6272b8f2518143aa633cb64724b854;hpb=bb5c048950a011f181cb3235ed2b0b2677869171;p=builder.git diff --git a/Build b/Build index 75c7355..9e7ee86 100644 --- a/Build +++ b/Build @@ -2,16 +2,11 @@ package "builder" { - version "0.1"; + version "2.0"; description "Mikkosoft Productions software builder"; - tar_file "bootstrap.sh"; - tar_file "Readme.txt"; - require "mspcore"; - require "mspstrings"; require "mspdatafile"; - require "msppath"; require "sigc++-2.0"; program "builder" @@ -19,4 +14,16 @@ package "builder" source "source"; install true; }; + + source_tarball + { + source "bootstrap.sh"; + source "Readme.txt"; + source "License.txt"; + }; + + install "share/builder" + { + source "builderrc"; + }; };