Codebase list ibutils / lintian-fixes/main ibis / src / pkgIndex.tcl
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

pkgIndex.tcl @lintian-fixes/mainraw · history · blame

1
2
3
4
5
6
proc ibis_load%VERSION% {dir} {
   puts "Loading package ibis from: $dir"
   uplevel \#0 load [file join $dir libibis.so.%VERSION%]
}

package ifneeded ibis %VERSION% [list ibis_load%VERSION% $dir]