summaryrefslogtreecommitdiffstats
path: root/gnustep-libs/gnustep-pantomime
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /gnustep-libs/gnustep-pantomime
initial commit from stable 0.3
Diffstat (limited to 'gnustep-libs/gnustep-pantomime')
-rwxr-xr-xgnustep-libs/gnustep-pantomime/BUILD11
-rwxr-xr-xgnustep-libs/gnustep-pantomime/DEPENDS1
-rwxr-xr-xgnustep-libs/gnustep-pantomime/DETAILS16
-rw-r--r--gnustep-libs/gnustep-pantomime/HISTORY2
-rwxr-xr-xgnustep-libs/gnustep-pantomime/INSTALL3
5 files changed, 33 insertions, 0 deletions
diff --git a/gnustep-libs/gnustep-pantomime/BUILD b/gnustep-libs/gnustep-pantomime/BUILD
new file mode 100755
index 0000000000..95724999ab
--- /dev/null
+++ b/gnustep-libs/gnustep-pantomime/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-libs/gnustep-pantomime/DEPENDS b/gnustep-libs/gnustep-pantomime/DEPENDS
new file mode 100755
index 0000000000..16577a1562
--- /dev/null
+++ b/gnustep-libs/gnustep-pantomime/DEPENDS
@@ -0,0 +1 @@
+depends gnustep-base
diff --git a/gnustep-libs/gnustep-pantomime/DETAILS b/gnustep-libs/gnustep-pantomime/DETAILS
new file mode 100755
index 0000000000..9e56880725
--- /dev/null
+++ b/gnustep-libs/gnustep-pantomime/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=gnustep-pantomime
+ VERSION=1.2.0pre1
+ SOURCE=Pantomime-$VERSION.tar.gz
+SOURCE_DIRECTORY=Pantomime
+ SOURCE_URL[0]=http://www.collaboration-world.com/pantomime.data/releases/Stable/$SOURCE
+ WEB_SITE=http://www.gnustep.org
+ MD5[0]=a6b1f682b9c541686b3f5fbb164ee498
+ LICENSE[0]=GPL
+ ENTERED=20050908
+ UPDATED=20050908
+ BUILD_API=2
+ SHORT="A mime implementation for GNUstep."
+
+cat << EOF
+A GNUstep mime implementation.
+EOF
diff --git a/gnustep-libs/gnustep-pantomime/HISTORY b/gnustep-libs/gnustep-pantomime/HISTORY
new file mode 100644
index 0000000000..19e0e807a0
--- /dev/null
+++ b/gnustep-libs/gnustep-pantomime/HISTORY
@@ -0,0 +1,2 @@
+2005-09-08 Maurizio Boriani <baux@sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: created the spell.
diff --git a/gnustep-libs/gnustep-pantomime/INSTALL b/gnustep-libs/gnustep-pantomime/INSTALL
new file mode 100755
index 0000000000..106db2d812
--- /dev/null
+++ b/gnustep-libs/gnustep-pantomime/INSTALL
@@ -0,0 +1,3 @@
+export TAR_OPTIONS="--no-same-owner"
+
+make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install