X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=eb02c3b1a3e43214ead4e307212564d40bb57244;hp=43bd137c1081202d9270183460e0d00887429065;hb=a2a494043d5cf228cf1b3e5551e3abb486a60191;hpb=174debf33b2001b3244c007825d0a5539566bd8c diff --git a/Build b/Build index 43bd137..eb02c3b 100644 --- a/Build +++ b/Build @@ -1,15 +1,19 @@ -package "msppath" +/* $Id$ */ + +package "mspfs" { - version "0.1"; + version "1.0.1"; description "Filesystem utilities"; - require "mspmisc"; + tar_file "Changelog.txt"; + tar_file "License.txt"; + require "mspstrings"; - library "msppath" + library "mspfs" { source "source"; install true; - install_headers "msp/path"; + install_headers "msp/fs"; }; };