X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=9e7ee86f035ffd7c7c51d3cbc3e51cfba34141ef;hb=8ee4fd693c8d15265f0c145221737a322f89618b;hp=cf9f0547b3f2e019595867c8bb115740d79245b5;hpb=445edbc3c42bbd7880cc414cf153ddfd196bfc1c;p=builder.git diff --git a/Build b/Build index cf9f054..9e7ee86 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 "mspstrings"; - require "mspparser"; - require "msppath"; + require "mspdatafile"; require "sigc++-2.0"; program "builder" @@ -14,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"; + }; };