X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=ac0982a2eeca537a2446a802e30900128650a9cf;hb=0aa50a0d3e5567e9295ecf4d7ba6d4b14fa73b9b;hp=75c735503b6272b8f2518143aa633cb64724b854;hpb=bb5c048950a011f181cb3235ed2b0b2677869171;p=builder.git diff --git a/Build b/Build index 75c7355..ac0982a 100644 --- a/Build +++ b/Build @@ -2,16 +2,11 @@ package "builder" { - version "0.1"; + version "1.0"; description "Mikkosoft Productions software builder"; - tar_file "bootstrap.sh"; - tar_file "Readme.txt"; - require "mspcore"; - require "mspstrings"; require "mspdatafile"; - require "msppath"; require "sigc++-2.0"; program "builder" @@ -19,4 +14,16 @@ package "builder" source "source"; install true; }; + + tarball "@src" + { + source "bootstrap.sh"; + source "Readme.txt"; + source "License.txt"; + }; + + install "share/builder" + { + source "builderrc"; + }; };