]> git.tdb.fi Git - libs/datafile.git/blob - Build
Cosmetic changes
[libs/datafile.git] / Build
1 package "mspdatafile"
2 {
3         version "2.0";
4         description "Structured datafile library";
5
6         require "mspcore";
7         require "sigc++-2.0";
8
9         library "mspdatafile"
10         {
11                 source "source";
12                 install true;
13                 install_map
14                 {
15                         map "source" "include/msp/datafile";
16                 };
17         };
18
19         program "mspdatatool"
20         {
21                 source "tool";
22                 install true;
23                 build_info
24                 {
25                         library "mspdatafile";
26                 };
27         };
28         
29         source_tarball
30         {
31                 source "Readme.txt";
32                 source "License.txt";
33                 source "Changelog.txt";
34         };
35 };