summaryrefslogtreecommitdiffstats
path: root/gnustep-apps/gnustep-zipper
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /gnustep-apps/gnustep-zipper
initial commit from stable 0.3
Diffstat (limited to 'gnustep-apps/gnustep-zipper')
-rwxr-xr-xgnustep-apps/gnustep-zipper/BUILD11
-rwxr-xr-xgnustep-apps/gnustep-zipper/DEPENDS2
-rwxr-xr-xgnustep-apps/gnustep-zipper/DETAILS16
-rw-r--r--gnustep-apps/gnustep-zipper/HISTORY2
-rwxr-xr-xgnustep-apps/gnustep-zipper/INSTALL3
5 files changed, 34 insertions, 0 deletions
diff --git a/gnustep-apps/gnustep-zipper/BUILD b/gnustep-apps/gnustep-zipper/BUILD
new file mode 100755
index 0000000000..95724999ab
--- /dev/null
+++ b/gnustep-apps/gnustep-zipper/BUILD
@@ -0,0 +1,11 @@
+if [ -f /etc/profile.d/GNUstep.sh ];
+then
+ . /etc/profile.d/GNUstep.sh
+else
+ message "${ERROR_COLOR}Unable to find /etc/profile.d/GNUstep.sh"
+ message "Rebuild gnustep-make${DEFAULT_COLOR}"
+ exit 1
+fi &&
+
+make
+
diff --git a/gnustep-apps/gnustep-zipper/DEPENDS b/gnustep-apps/gnustep-zipper/DEPENDS
new file mode 100755
index 0000000000..67008e789d
--- /dev/null
+++ b/gnustep-apps/gnustep-zipper/DEPENDS
@@ -0,0 +1,2 @@
+depends gnustep-gui
+
diff --git a/gnustep-apps/gnustep-zipper/DETAILS b/gnustep-apps/gnustep-zipper/DETAILS
new file mode 100755
index 0000000000..77e67585f5
--- /dev/null
+++ b/gnustep-apps/gnustep-zipper/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=gnustep-zipper
+ VERSION=1.0
+ SOURCE=Zipper-$VERSION.tar.gz
+SOURCE_DIRECTORY=Zipper
+ SOURCE_URL[0]=http://xanthippe.dyndns.org/Zipper/$SOURCE
+ WEB_SITE=http://xanthippe.dyndns.org/Zipper
+ MD5[0]=94cffdcf66bd00dd3df75607b0840990
+ LICENSE[0]=GPL
+ ENTERED=20050908
+ UPDATED=20050908
+ BUILD_API=2
+ SHORT="A multiformat GNUstep/Cocoa archiver."
+
+cat << EOF
+A multiformat GNUstep/Cocoa archiver.
+EOF
diff --git a/gnustep-apps/gnustep-zipper/HISTORY b/gnustep-apps/gnustep-zipper/HISTORY
new file mode 100644
index 0000000000..19e0e807a0
--- /dev/null
+++ b/gnustep-apps/gnustep-zipper/HISTORY
@@ -0,0 +1,2 @@
+2005-09-08 Maurizio Boriani <baux@sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: created the spell.
diff --git a/gnustep-apps/gnustep-zipper/INSTALL b/gnustep-apps/gnustep-zipper/INSTALL
new file mode 100755
index 0000000000..106db2d812
--- /dev/null
+++ b/gnustep-apps/gnustep-zipper/INSTALL
@@ -0,0 +1,3 @@
+export TAR_OPTIONS="--no-same-owner"
+
+make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install