/* $Id$ */ package "mspgltk" { version "1.1"; description "OpenGL-based widget toolkit"; require "mspgl"; require "mspgbase"; require "mspfs"; headers "msp/gltk" { source "source"; install true; }; library "mspgltk" { source "source"; install true; }; program "helloworld" { source "helloworld.cpp"; build_info { library "mspgltk"; }; }; tarball "@src" { source "License.txt"; source "Changelog.txt"; }; };