X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=7a4ec0cadea46d9cbc6ea917d1315b976e6fea29;hb=32f20df0174d2872199f6b14d65e0f0d7556adaa;hp=678d98dc85bd392f1e2033df0c0fcbd08e30e658;hpb=35ea5cc8d1eb8c806885d27441548f630e7b1266;p=libs%2Fal.git diff --git a/Build b/Build index 678d98d..7a4ec0c 100644 --- a/Build +++ b/Build @@ -1,16 +1,26 @@ package "mspal" { - version "0.0"; + version "0.10"; description "C++ wrapper for OpenAL"; require "vorbisfile"; require "openal"; require "mspcore"; + headers "msp/al" + { + source "source"; + install true; + }; + library "mspal" { source "source"; install true; - install_headers "msp/al"; + }; + + tarball "@src" + { + source "License.txt"; }; };