X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=5e50e8ffd56aeaf0ebcc37386ae0dad9dd7884c8;hb=c75c89d2425ab0c69e94d45a5d956286838bbc67;hp=279e64cf0c2855f1a2b5bf747e14a8041fc51d8b;hpb=7aeaa4ba965f596edad438c02e345a8843f7469a;p=builder.git diff --git a/Build b/Build index 279e64c..5e50e8f 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,21 @@ package "builder" source "source"; install true; }; + + source_archive + { + source "bootstrap.sh"; + source "Readme.txt"; + source "License.txt"; + }; + + install "share/builder" + { + source "builderrc"; + }; + + install "share/builder/packages" + { + source "packages"; + }; };