X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=b44b8eba407f7cf9cca267bbc982a409f115ee1d;hp=04490594263506c819efa0430d94b7da488cda4b;hb=7563bb650aa11207a7c128ba44468cf5ad2897c7;hpb=0ba3e9d15af4e8c30eef5445d2b64fee4870505f diff --git a/Build b/Build index 0449059..b44b8eb 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"; + source "source/fs"; install true; - install_headers "msp/path"; + }; + + library "mspfs" + { + source "source/fs"; + install true; + }; + + tarball "@src" + { + source "Changelog.txt"; + source "License.txt"; }; };