File: pkgIndex.tcl.in

package info (click to toggle)
tdbcpostgres 1.0.0-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 940 kB
  • ctags: 575
  • sloc: ansic: 2,660; sh: 430; tcl: 34; makefile: 21
file content (8 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# Package index file for tdbc::postgres

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