package "mspgltk" { version "2.0"; description "OpenGL-based widget toolkit"; require "mspgl"; require "mspgui"; require "mspcore"; require "mspdatafile"; library "mspgltk" { source "source"; install true; install_map { map "source" "include/msp/gltk"; }; }; program "helloworld" { source "helloworld.cpp"; require "sigc++-2.0"; use "mspgltk"; }; source_tarball { source "License.txt"; source "Changelog.txt"; }; };