X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=58ab4ed4986ec331cce813882b8a24e9dfc0e4d9;hb=82d55799ee319bf2db357f2d5aded01ad0e2076f;hp=62aa92b19e2fd46e994e6e4a22e88d950a68403a;hpb=7fbec6463572d22b101bd203dd850aad85c1fba0;p=libs%2Fdatafile.git diff --git a/Build b/Build index 62aa92b..58ab4ed 100644 --- a/Build +++ b/Build @@ -1,22 +1,19 @@ -/* $Id$ */ - package "mspdatafile" { - version "1.1.1"; + version "2.0"; description "Structured datafile library"; require "mspcore"; - - headers "msp/datafile" - { - source "source"; - install true; - }; + require "sigc++-2.0"; library "mspdatafile" { source "source"; install true; + install_map + { + map "source" "include/msp/datafile"; + }; }; program "mspdatatool" @@ -29,7 +26,7 @@ package "mspdatafile" }; }; - tarball "@src" + source_tarball { source "Readme.txt"; source "License.txt";