]> git.tdb.fi Git - builder.git/blobdiff - Build
Collect libpath for static library dependencies from the libs themselves
[builder.git] / Build
diff --git a/Build b/Build
index 4db65e6774164b966d58887ee29ec9244518cd97..9e7ee86f035ffd7c7c51d3cbc3e51cfba34141ef 100644 (file)
--- a/Build
+++ b/Build
@@ -1,16 +1,29 @@
+/* $Id$ */
+
 package "builder"
 {
-       version "0.1";
+       version "2.0";
        description "Mikkosoft Productions software builder";
 
-       require "mspframework";
-       require "mspparser";
-       require "msppath";
-       require "mspregex++";
+       require "mspcore";
+       require "mspdatafile";
+       require "sigc++-2.0";
 
        program "builder"
        {
                source "source";
                install true;
        };
+
+       source_tarball
+       {
+               source "bootstrap.sh";
+               source "Readme.txt";
+               source "License.txt";
+       };
+
+       install "share/builder"
+       {
+               source "builderrc";
+       };
 };