summaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2012-08-14 14:11:26 +0200
committerdavor <vorgrimmlerdavid@gmx.de>2012-08-14 14:11:26 +0200
commitec4d1a9bdd67fc911f8d6b1ab672dd3a2ef8f244 (patch)
tree81e87e2a5195a21cd52d0f22a45e6c585f91b865 /config.sh
parent9d50561c804c0d6d67fc6bf5a3155d63b92c103f (diff)
Reduce packages.
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh11
1 files changed, 6 insertions, 5 deletions
diff --git a/config.sh b/config.sh
index d844d55..30b8912 100755
--- a/config.sh
+++ b/config.sh
@@ -5,7 +5,7 @@
# 1) Base setup
-OT_DIST="debian" # Linux distribution (debian)
+OT_DIST="debian" # Linux distribution (debian, ubuntu)
OT_INSTALL="local" # Type (gem, local, server)
OT_BRANCH="development" # Maturity (development -need SSH key at Github-, master)
@@ -19,10 +19,11 @@ OB_NUM_VER="2.3.1"
RAPTOR2_NUM_VER="2.0.8"
RASQAL_NUM_VER="0.9.29"
RUBY_DWL="http://ftp.ruby-lang.org/pub/ruby/1.9"
+REDLAND_DWL="http://download.librdf.org"
+REDLAND_APT_KEY="http://purl.org/net/dajobe/gnupg.asc"
# Done.
-
### Nothing to gain from changes below this line.
JAVA_CONF="$HOME/.opentox/java.sh"
FST_CONF="$HOME/.opentox/4S.sh"
@@ -40,6 +41,6 @@ RASQAL_VER="rasqal-$RASQAL_NUM_VER"
OB_DEST="$OT_PREFIX/$OB_VER"
OB_DEST_BINDINGS="$OT_PREFIX/openbabel-ruby-install"
-RAPTOR2_DWL="http://download.librdf.org/source/$RAPTOR2_VER.tar.gz"
-RASQAL_DWL="http://download.librdf.org/source/$RASQAL_VER.tar.gz"
-
+RAPTOR2_DWL="$REDLAND_DWL/source/$RAPTOR2_VER.tar.gz"
+RASQAL_DWL="$REDLAND_DWL/source/$RASQAL_VER.tar.gz"
+REDLAND_DEB="$REDLAND_DWL/binaries/$OT_DIST/unstable"