source: branches/r9/packages/CanvasHotspot/pkgIndex.tcl.in @ 4842

Last change on this file since 4842 was 4842, checked in by gah, 9 years ago
File size: 305 bytes
Line 
1package ifneeded RapptureCanvasHotspot @PACKAGE_VERSION@ [format {
2    set dir "%s"
3    set version @PACKAGE_VERSION@
4    set ext [info sharedlibextension]
5    load [file join $dir "RapptureCanvasHotspot${version}${ext}"] \
6                RpCanvHotspot_Init
7    package provide RapptureCanvasHotspot $version
8} $dir]
Note: See TracBrowser for help on using the repository browser.