X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=32d717dd6b38aba17d575aa982ba0afa41bed5df;hp=80517649dd0e8c9fcf5b46035ce30f3793c18d4d;hb=refs%2Fheads%2Fio-master;hpb=18870de7bba79678935e476de42f0f282e5369b0 diff --git a/Build b/Build index 8051764..32d717d 100644 --- a/Build +++ b/Build @@ -1,18 +1,28 @@ +/* $Id$ */ + package "mspio" { - version "1.0"; + version "1.1"; description "Object-oriented input/output library"; - tar_file "License.txt"; - 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"; }; };