From 277eed3abacdecc8bddef3859aeac734f2c8d910 Mon Sep 17 00:00:00 2001 From: cphillip Date: Wed, 2 Apr 2003 20:13:30 +0000 Subject: [PATCH] Initial revision --- bundle/gsi_openssh_bundle-bin.xml | 27 +++++++++++++++++++++++++++ bundle/gsi_openssh_bundle-src.xml | 26 ++++++++++++++++++++++++++ bundle/make-bin-bundle | 7 +++++++ bundle/make-src-bundle | 8 ++++++++ 4 files changed, 68 insertions(+) create mode 100644 bundle/gsi_openssh_bundle-bin.xml create mode 100644 bundle/gsi_openssh_bundle-src.xml create mode 100755 bundle/make-bin-bundle create mode 100755 bundle/make-src-bundle diff --git a/bundle/gsi_openssh_bundle-bin.xml b/bundle/gsi_openssh_bundle-bin.xml new file mode 100644 index 0000000..de71a35 --- /dev/null +++ b/bundle/gsi_openssh_bundle-bin.xml @@ -0,0 +1,27 @@ + + + + +EMPTY + + + + + + +EMPTY + + + + + + + + + + + + + + + diff --git a/bundle/gsi_openssh_bundle-src.xml b/bundle/gsi_openssh_bundle-src.xml new file mode 100644 index 0000000..9dd5853 --- /dev/null +++ b/bundle/gsi_openssh_bundle-src.xml @@ -0,0 +1,26 @@ + + + + +EMPTY + + + + + + +EMPTY + + + + + + + + + + + + + + diff --git a/bundle/make-bin-bundle b/bundle/make-bin-bundle new file mode 100755 index 0000000..7bac339 --- /dev/null +++ b/bundle/make-bin-bundle @@ -0,0 +1,7 @@ +#!/bin/sh + +NAME="gsi_openssh_bundle-2.1-i686-pc-linux-gnu.tar.gz" + +if [ ! -e $NAME ]; then + $GPT_LOCATION/sbin/gpt-bundle -output=$NAME -xml=gsi_openssh_bundle-bin.xml +fi diff --git a/bundle/make-src-bundle b/bundle/make-src-bundle new file mode 100755 index 0000000..ad72188 --- /dev/null +++ b/bundle/make-src-bundle @@ -0,0 +1,8 @@ +#!/bin/sh +# + +NAME="gsi_openssh_bundle-2.1-src.tar.gz" + +if [ ! -e $NAME ]; then + $GPT_LOCATION/sbin/gpt-bundle -srcdir=../s0_srcpkgs -output=$NAME -xml=gsi_openssh_bundle-src.xml +fi -- 2.45.1