source: trunk/lang/tcl/pkgIndex.tcl.in @ 1151

Last change on this file since 1151 was 1151, checked in by dkearney, 16 years ago

adding BLT to the required packages for rappture to load
nanomos (and probably other apps) use blt without requiring it.
we should fix nanomos.

File size: 476 bytes
Line 
1package ifneeded Rappture @PACKAGE_VERSION@ [format {
2    set dir "%s"
3    set version @PACKAGE_VERSION@
4    lappend auto_path [file join $dir scripts]
5    namespace eval Rappture {
6        variable version $version
7        variable installdir [file normalize $dir]
8    }
9    namespace eval Rappture::LibraryObj {
10        #empty
11    }
12    set ext [info sharedlibextension]
13    load [file join $dir "Rappture${version}${ext}"]
14    package require BLT
15    package provide Rappture $version
16} $dir]
Note: See TracBrowser for help on using the repository browser.