]> git.tdb.fi Git - builder.git/blobdiff - Build
Move the bpk files into a subdirectory and install them
[builder.git] / Build
diff --git a/Build b/Build
index 75c735503b6272b8f2518143aa633cb64724b854..5e50e8ffd56aeaf0ebcc37386ae0dad9dd7884c8 100644 (file)
--- a/Build
+++ b/Build
@@ -2,16 +2,11 @@
 
 package "builder"
 {
-       version "0.1";
+       version "2.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,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";
+       };
 };