X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=b44b8eba407f7cf9cca267bbc982a409f115ee1d;hp=658679200591aa63b26ccfe2af058afb9fc253c4;hb=af94bc926e301e9b871dc18662b4fa6e5614fdbf;hpb=05ea50ffd15fa74ab1059df2c63442fdf83dec96 diff --git a/Build b/Build index 6586792..b44b8eb 100644 --- a/Build +++ b/Build @@ -1,14 +1,27 @@ -package "msppath" +/* $Id$ */ + +package "mspfs" { - version "0.1"; + version "1.1"; description "Filesystem utilities"; require "mspstrings"; - library "msppath" + headers "msp/fs" + { + source "source/fs"; + install true; + }; + + library "mspfs" { - source "source"; + source "source/fs"; install true; - install_headers "msp/path"; + }; + + tarball "@src" + { + source "Changelog.txt"; + source "License.txt"; }; };