package "mspdatafile" { version "2.0"; description "Structured datafile library"; require "mspcore"; library "mspdatafile" { source "source"; install true; 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"; }; };