X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=32d717dd6b38aba17d575aa982ba0afa41bed5df;hp=daf676f15f79f6347e0bc682d86a528a063cb5ca;hb=53782f997e03e4f05b06624a47de29414696a5a8;hpb=c0861d1f8e3869f058bc8b152cd35a08e5b03e73 diff --git a/Build b/Build index daf676f..32d717d 100644 --- a/Build +++ b/Build @@ -1,13 +1,28 @@ +/* $Id$ */ + package "mspio" { + version "1.1"; + description "Object-oriented input/output library"; + require "mspstrings"; require "mspcore"; require "sigc++-2.0"; + headers "msp/io" + { + source "source"; + install true; + }; + library "mspio" { source "source"; install true; - install_headers "msp/io"; + }; + + tarball "@src" + { + source "License.txt"; }; };