summaryrefslogtreecommitdiffstats
path: root/gnustep-apps/gnustep-vindaloo
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-vindaloo
initial commit from stable 0.3
Diffstat (limited to 'gnustep-apps/gnustep-vindaloo')
-rwxr-xr-xgnustep-apps/gnustep-vindaloo/BUILD11
-rwxr-xr-xgnustep-apps/gnustep-vindaloo/DEPENDS2
-rwxr-xr-xgnustep-apps/gnustep-vindaloo/DETAILS16
-rw-r--r--gnustep-apps/gnustep-vindaloo/HISTORY2
-rwxr-xr-xgnustep-apps/gnustep-vindaloo/INSTALL3
5 files changed, 34 insertions, 0 deletions
diff --git a/gnustep-apps/gnustep-vindaloo/BUILD b/gnustep-apps/gnustep-vindaloo/BUILD
new file mode 100755
index 0000000000..95724999ab
--- /dev/null
+++ b/gnustep-apps/gnustep-vindaloo/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-vindaloo/DEPENDS b/gnustep-apps/gnustep-vindaloo/DEPENDS
new file mode 100755
index 0000000000..d286a0c674
--- /dev/null
+++ b/gnustep-apps/gnustep-vindaloo/DEPENDS
@@ -0,0 +1,2 @@
+depends gnustep-popplerkit
+
diff --git a/gnustep-apps/gnustep-vindaloo/DETAILS b/gnustep-apps/gnustep-vindaloo/DETAILS
new file mode 100755
index 0000000000..454956c195
--- /dev/null
+++ b/gnustep-apps/gnustep-vindaloo/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=gnustep-vindaloo
+ VERSION=0.2
+ SOURCE=Vindaloo-$VERSION.tar.gz
+SOURCE_DIRECTORY=Vindaloo
+ SOURCE_URL[0]=http://download.gna.org/gsimageapps/Vindaloo/$SOURCE
+ WEB_SITE=http://home.gna.org/gsimageapps
+ MD5[0]=a43ed9384f589710eaf089007ac8f34e
+ LICENSE[0]=GPL
+ ENTERED=20050908
+ UPDATED=20050908
+ BUILD_API=2
+ SHORT="A GNUstep/Cocoa PDF viewer."
+
+cat << EOF
+A GNUstep/Cocoa PDF viewer.
+EOF
diff --git a/gnustep-apps/gnustep-vindaloo/HISTORY b/gnustep-apps/gnustep-vindaloo/HISTORY
new file mode 100644
index 0000000000..19e0e807a0
--- /dev/null
+++ b/gnustep-apps/gnustep-vindaloo/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-vindaloo/INSTALL b/gnustep-apps/gnustep-vindaloo/INSTALL
new file mode 100755
index 0000000000..106db2d812
--- /dev/null
+++ b/gnustep-apps/gnustep-vindaloo/INSTALL
@@ -0,0 +1,3 @@
+export TAR_OPTIONS="--no-same-owner"
+
+make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install