OSDN Git Service

Please enter the commit message for your changes. Lines starting
[eos/base.git] / util / src / TclTk / tcl8.6.12 / pkgs / sqlite3.36.0 / pkgIndex.tcl.in
diff --git a/util/src/TclTk/tcl8.6.12/pkgs/sqlite3.36.0/pkgIndex.tcl.in b/util/src/TclTk/tcl8.6.12/pkgs/sqlite3.36.0/pkgIndex.tcl.in
new file mode 100644 (file)
index 0000000..ec7f367
--- /dev/null
@@ -0,0 +1,12 @@
+#
+# Tcl package index file
+#
+# Note sqlite*3* init specifically
+#
+if {[package vsatisfies [package provide Tcl] 9.0-]} {
+    package ifneeded sqlite3 @PACKAGE_VERSION@ \
+           [list load [file join $dir @PKG_LIB_FILE9@] Sqlite3]
+} else {
+    package ifneeded sqlite3 @PACKAGE_VERSION@ \
+           [list load [file join $dir @PKG_LIB_FILE8@] Sqlite3]
+}