X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=b0e5881e9e96cae6f0b472ca51a43a8c071c320e;hp=04490594263506c819efa0430d94b7da488cda4b;hb=5616458e257bc6b805b0e61c98b4e8e1f05478cf;hpb=0ba3e9d15af4e8c30eef5445d2b64fee4870505f diff --git a/Build b/Build index 0449059..b0e5881 100644 --- a/Build +++ b/Build @@ -1,16 +1,27 @@ /* $Id$ */ -package "msppath" +package "mspfs" { - version "0.1"; + version "1.1"; description "Filesystem utilities"; require "mspstrings"; - library "msppath" + headers "msp/fs" { source "source"; install true; - install_headers "msp/path"; + }; + + library "mspfs" + { + source "source"; + install true; + }; + + tarball "@src" + { + source "Changelog.txt"; + source "License.txt"; }; };