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