X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=1abaa6c143eab9824b66bdb60333861898dd7189;hb=6382743d26f8d5bb10a53cb907659bee6614b549;hp=6f8e83825f02ed506f973a7df71a7ed2e69f6c79;hpb=f52ca29f2357618da9e87a08bfd61f8a0058a8e1;p=builder.git diff --git a/Build b/Build index 6f8e838..1abaa6c 100644 --- a/Build +++ b/Build @@ -1,18 +1,10 @@ -/* $Id$ */ - package "builder" { - version "0.9"; + version "2.0"; description "Mikkosoft Productions software builder"; - tar_file "bootstrap.sh"; - tar_file "Readme.txt"; - tar_file "License.txt"; - require "mspcore"; - require "mspstrings"; require "mspdatafile"; - require "mspfs"; require "sigc++-2.0"; program "builder" @@ -20,4 +12,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"; + }; };