source: trunk/gui/pkgIndex.tcl.in @ 1614

Last change on this file since 1614 was 1152, checked in by gah, 16 years ago

xylegend fixes

File size: 341 bytes
Line 
1
2package ifneeded RapptureGUI @PACKAGE_VERSION@ [format {
3    set dir [file normalize "%s"]
4    set version @PACKAGE_VERSION@
5    lappend auto_path [file join $dir scripts]
6    namespace eval RapptureGUI {
7        variable version $version
8        variable library $dir
9    }
10    package require Rappture
11    package provide RapptureGUI $version
12} $dir]
13
Note: See TracBrowser for help on using the repository browser.