summaryrefslogtreecommitdiff
path: root/web/lib
diff options
context:
space:
mode:
authorEduardo Chappa <echappa@gmx.com>2013-02-03 00:59:38 -0700
committerEduardo Chappa <echappa@gmx.com>2013-02-03 00:59:38 -0700
commit094ca96844842928810f14844413109fc6cdd890 (patch)
treee60efbb980f38ba9308ccb4fb2b77b87bbc115f3 /web/lib
downloadalpine-094ca96844842928810f14844413109fc6cdd890.tar.xz
Initial Alpine Version
Diffstat (limited to 'web/lib')
-rw-r--r--web/lib/README8
-rwxr-xr-xweb/lib/pkgcreate3
2 files changed, 11 insertions, 0 deletions
diff --git a/web/lib/README b/web/lib/README
new file mode 100644
index 00000000..d85c369d
--- /dev/null
+++ b/web/lib/README
@@ -0,0 +1,8 @@
+
+
+ after building alpined, make sure the shared library
+ libwpcomm1.0.0 is in this directory. once it is
+ run the pkgcreate.tcl script by hand which will create
+ the tcl index file pkgIndex.tcl. This only has to be
+ done once.
+
diff --git a/web/lib/pkgcreate b/web/lib/pkgcreate
new file mode 100755
index 00000000..ee75a10b
--- /dev/null
+++ b/web/lib/pkgcreate
@@ -0,0 +1,3 @@
+#!/usr/bin/tclsh
+# allow for earlier versions of Tcl that don't define pkg_mkIndex
+catch {pkg_mkIndex . cgi.tcl *.so}