X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=d934f3f35da60135ad1eed2a406438f227e127f7;hb=b3b3fc2caf409f8c8ba523bbb3519af13b17e66e;hp=cf8b5793ba1e86841ced5efc00037e78c58e1066;hpb=8d6360cbcd8fe92d97dcba5e68e3adb6f2c0c3bc;p=libs%2Fdatafile.git diff --git a/Build b/Build index cf8b579..d934f3f 100644 --- a/Build +++ b/Build @@ -1,27 +1,28 @@ -/* $Id$ */ - package "mspdatafile" { - version "1.1.1"; + version "3.0"; description "Structured datafile library"; require "mspcore"; + require "sigc++-2.0"; - headers "msp/datafile" + build_info { - source "source"; - install true; + standard CXX "c++11"; }; library "mspdatafile" { source "source"; install true; + install_map + { + map "source" "include/msp/datafile"; + }; }; program "mspdatatool" { - require "mspfs"; source "tool"; install true; build_info @@ -30,7 +31,7 @@ package "mspdatafile" }; }; - tarball "@src" + source_tarball { source "Readme.txt"; source "License.txt";