X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=96b63820b4edfbc19bf404b8e2904760efc0b4ca;hp=04490594263506c819efa0430d94b7da488cda4b;hb=3160a8b4cb443d282f7ca1e9d7c5ca53be173cc4;hpb=0ba3e9d15af4e8c30eef5445d2b64fee4870505f diff --git a/Build b/Build index 0449059..96b6382 100644 --- a/Build +++ b/Build @@ -1,16 +1,18 @@ /* $Id$ */ -package "msppath" +package "mspfs" { - version "0.1"; + version "1.0"; description "Filesystem utilities"; + tar_file "License.txt"; + require "mspstrings"; - library "msppath" + library "mspfs" { source "source"; install true; - install_headers "msp/path"; + install_headers "msp/fs"; }; };