From bd2ccde75d06a2a7134cf616e88ad4e7a4fedd93 Mon Sep 17 00:00:00 2001 From: Alberto Di Meglio Date: Thu, 7 Oct 2004 16:25:20 +0000 Subject: [PATCH] First version of this file --- org.glite.deployment.lb/project/lxscript-tgz.xsl | 62 ++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 org.glite.deployment.lb/project/lxscript-tgz.xsl diff --git a/org.glite.deployment.lb/project/lxscript-tgz.xsl b/org.glite.deployment.lb/project/lxscript-tgz.xsl new file mode 100644 index 0000000..f04b648 --- /dev/null +++ b/org.glite.deployment.lb/project/lxscript-tgz.xsl @@ -0,0 +1,62 @@ + + + + + + + + + + + + +#!/bin/sh +# +# glite-wn_tgz_installer +# usage: glite-wn_tgz_installer [-u] +# -u uninstall +# +# glite-wn_tgz_installer installs the gLite Deployment Unit from biniary tarballs +# + +PREFIX=/opt/glite + +############################################################################### +# Download global dependencies + + + +############################################################################### + + +############################################################################### +# Download dependencies RPMS from repository + + + +############################################################################### +# Download RPMS from repository + + + +############################################################################### + + + + + + --..rpm +wget + + + + -_bin.tar.gz +wget i386/tgz/ +tar -xzf $PREFIX + + + -- 1.8.2.3