You can use your tcl's package wherever they are.
You just have to set correctly 'auto_path' before 'package require' using 'lappend auto_path MyLibPath'.
MyLibPath must contain a correct 'pkgIndex.tcl' which can be generated using the command 'pkg_mkIndex' (refer to tcl doc for details)
'source' works obviously ... but this is dirty