]> git.tdb.fi Git - libs/datafile.git/blobdiff - Build
Rename to datafile
[libs/datafile.git] / Build
diff --git a/Build b/Build
index 5c826b0d1ff913074d084f6b33e0a69ec9200ef7..36621950cda7c0c62ed7d6fad928636db64efd04 100644 (file)
--- a/Build
+++ b/Build
@@ -1,14 +1,16 @@
-package "mspparser"
+/* $Id$ */
+
+package "mspdatafile"
 {
        version "0.2";
-       description "Mikkosoft Productions datafile parser";
+       description "Mikkosoft Productions datafile library";
 
        require "mspcore";
 
-       library "mspparser"
+       library "mspdatafile"
        {
                source "source";
                install true;
-               install_headers "msp/parser";
+               install_headers "msp/datafile";
        };
 };