X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=d934f3f35da60135ad1eed2a406438f227e127f7;hb=b3b3fc2caf409f8c8ba523bbb3519af13b17e66e;hp=2a45117925a841a26a4f763ace607496472ac3ca;hpb=8a177740d8a02174bd2a93a926c76d2133d25d9f;p=libs%2Fdatafile.git diff --git a/Build b/Build index 2a45117..d934f3f 100644 --- a/Build +++ b/Build @@ -1,28 +1,28 @@ -/* $Id$ */ - package "mspdatafile" { - version "1.1"; + version "3.0"; description "Structured datafile library"; - - tar_file "Readme.txt"; - tar_file "License.txt"; - tar_file "Changelog.txt"; require "mspcore"; - require "mspstrings"; - require "mspio"; + require "sigc++-2.0"; + + build_info + { + standard CXX "c++11"; + }; library "mspdatafile" { source "source"; install true; - install_headers "msp/datafile"; + install_map + { + map "source" "include/msp/datafile"; + }; }; program "mspdatatool" { - require "mspfs"; source "tool"; install true; build_info @@ -30,4 +30,11 @@ package "mspdatafile" library "mspdatafile"; }; }; + + source_tarball + { + source "Readme.txt"; + source "License.txt"; + source "Changelog.txt"; + }; };