File: pkgIndex.tcl.in

package info (click to toggle)
tdbcodbc 1.1.0-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,060 kB
  • sloc: ansic: 4,317; sh: 428; tcl: 258; makefile: 43
file content (8 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# Index file to load the TDBC ODBC package.

if {[catch {package require Tcl @TCL_VERSION_REQ@}]} {
    return
}
package ifneeded tdbc::odbc @PACKAGE_VERSION@ \
    "[list source [file join $dir @PACKAGE_NAME@.tcl]]\;\
    [list load [file join $dir @PKG_LIB_FILE@] @PACKAGE_NAME@]"