summaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-03-29 12:58:21 +0200
committerAndreas Maunz <andreas@maunz.de>2011-03-29 12:58:21 +0200
commit424abba2902b71ce95b07f550f2c2841d13265ee (patch)
treeff0192c347348027075c37e65f8e551f18601b6f /config.sh
parent0c926b09753901c446d9b5d82b8c3e9307fda887 (diff)
Added config.sh
Diffstat (limited to 'config.sh')
-rw-r--r--config.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/config.sh b/config.sh
new file mode 100644
index 0000000..8eb5aff
--- /dev/null
+++ b/config.sh
@@ -0,0 +1,16 @@
+# Dest
+JAVA_CONF=$HOME/.bash_java_ot
+
+RUBY_VER="ruby-enterprise-1.8.7-2011.03"
+RUBY_CONF=$HOME/.bash_ruby_ot
+RUBY_DEST="$HOME/$RUB_YVER"
+
+OB_NUM_VER="2.2.3"
+OB_VER="openbabel-$OB_NUM_VER"
+OB_DEST="$HOME/$OB_VER"
+
+KL_VER="0.9-11"
+KL_CONF="$HOME/.bash_R_ot"
+KL_DEST="$HOME/r-packages"
+
+NGINX_DEST=$HOME/nginx