X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=5e50e8ffd56aeaf0ebcc37386ae0dad9dd7884c8;hb=c75c89d2425ab0c69e94d45a5d956286838bbc67;hp=16e9982c9117b7898d3b37947b68b727234cd0e2;hpb=59ac0a44d6edf179c01604c6ced744873213f855;p=builder.git diff --git a/Build b/Build index 16e9982..5e50e8f 100644 --- a/Build +++ b/Build @@ -1,12 +1,12 @@ +/* $Id$ */ + package "builder" { - version "0.1"; + version "2.0"; description "Mikkosoft Productions software builder"; require "mspcore"; - require "mspparser"; - require "msppath"; - require "mspregex++"; + require "mspdatafile"; require "sigc++-2.0"; program "builder" @@ -14,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"; + }; };