/* $Id$ */ package "mspgl" { 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; }; program "mesh2c" { source "mesh2c.cpp"; build_info { library "mspgl"; }; }; tarball "@src" { source "License.txt"; source "Changelog.txt"; }; };