X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=fff39a950ec39d84d72f8224968026b90ed8eed1;hb=11b4732f81396aa3d8b0fc8928b8e1981032e743;hp=279e64cf0c2855f1a2b5bf747e14a8041fc51d8b;hpb=7aeaa4ba965f596edad438c02e345a8843f7469a;p=builder.git diff --git a/Build b/Build index 279e64c..fff39a9 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_archive + { + source "bootstrap.sh"; + source "Readme.txt"; + source "License.txt"; + }; + + install "share/builder" + { + source "builderrc"; + }; };