X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;fp=Build;h=36621950cda7c0c62ed7d6fad928636db64efd04;hb=8ff59df1f2e603557eceacbc81a8dc44de051dae;hp=5c826b0d1ff913074d084f6b33e0a69ec9200ef7;hpb=f3060db03f822573175e3d6bc1fa541217e16f65;p=libs%2Fdatafile.git diff --git a/Build b/Build index 5c826b0..3662195 100644 --- a/Build +++ b/Build @@ -1,14 +1,16 @@ -package "mspparser" +/* $Id$ */ + +package "mspdatafile" { version "0.2"; - description "Mikkosoft Productions datafile parser"; + description "Mikkosoft Productions datafile library"; require "mspcore"; - library "mspparser" + library "mspdatafile" { source "source"; install true; - install_headers "msp/parser"; + install_headers "msp/datafile"; }; };