X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=Build;h=58ab4ed4986ec331cce813882b8a24e9dfc0e4d9;hp=36621950cda7c0c62ed7d6fad928636db64efd04;hb=41230218ca007b56932fd34b79b6f3e3e70764f6;hpb=8ff59df1f2e603557eceacbc81a8dc44de051dae diff --git a/Build b/Build index 3662195..58ab4ed 100644 --- a/Build +++ b/Build @@ -1,16 +1,35 @@ -/* $Id$ */ - package "mspdatafile" { - version "0.2"; - description "Mikkosoft Productions datafile library"; + version "2.0"; + description "Structured datafile library"; require "mspcore"; + require "sigc++-2.0"; library "mspdatafile" { source "source"; install true; - install_headers "msp/datafile"; + install_map + { + map "source" "include/msp/datafile"; + }; + }; + + program "mspdatatool" + { + source "tool"; + install true; + build_info + { + library "mspdatafile"; + }; + }; + + source_tarball + { + source "Readme.txt"; + source "License.txt"; + source "Changelog.txt"; }; };