X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=9e7ee86f035ffd7c7c51d3cbc3e51cfba34141ef;hb=8ee4fd693c8d15265f0c145221737a322f89618b;hp=279e64cf0c2855f1a2b5bf747e14a8041fc51d8b;hpb=7aeaa4ba965f596edad438c02e345a8843f7469a;p=builder.git diff --git a/Build b/Build index 279e64c..9e7ee86 100644 --- a/Build +++ b/Build @@ -2,13 +2,11 @@ package "builder" { - version "0.1"; + version "2.0"; description "Mikkosoft Productions software builder"; require "mspcore"; - require "mspstrings"; - require "mspparser"; - require "msppath"; + require "mspdatafile"; require "sigc++-2.0"; program "builder" @@ -16,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"; + }; };