X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=7e98f4c724343e4cad002181e5f4ffcb4ae02976;hb=refs%2Ftags%2F1.1;hp=46a9b2eb06c37da3bb1b34d0aab39d49d03d7895;hpb=b8b06a0ff96763ba7e188d9fcacbd8c0e3dcd515;p=libs%2Fgl.git diff --git a/Build b/Build index 46a9b2eb..7e98f4c7 100644 --- a/Build +++ b/Build @@ -2,19 +2,28 @@ package "mspgl" { - version "0.9"; - description "C++ wrappers for OpenGL"; - - tar_file "License.txt"; + version "1.1"; + description "Lightweight C++/OpenGL graphics engine"; require "mspdatafile"; require "mspgbase"; require "opengl"; + headers "msp/gl" + { + source "source"; + install true; + }; + library "mspgl" { source "source"; install true; - install_headers "msp/gl"; + }; + + tarball "@src" + { + source "License.txt"; + source "Changelog.txt"; }; };