summaryrefslogtreecommitdiffstats
path: root/gnustep-apps/gnustep-viewpdf
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-apps/gnustep-viewpdf')
-rwxr-xr-xgnustep-apps/gnustep-viewpdf/BUILD11
-rwxr-xr-xgnustep-apps/gnustep-viewpdf/DEPENDS2
-rwxr-xr-xgnustep-apps/gnustep-viewpdf/DETAILS17
-rw-r--r--gnustep-apps/gnustep-viewpdf/HISTORY2
-rwxr-xr-xgnustep-apps/gnustep-viewpdf/INSTALL3
5 files changed, 35 insertions, 0 deletions
diff --git a/gnustep-apps/gnustep-viewpdf/BUILD b/gnustep-apps/gnustep-viewpdf/BUILD
new file mode 100755
index 0000000000..95724999ab
--- /dev/null
+++ b/gnustep-apps/gnustep-viewpdf/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-viewpdf/DEPENDS b/gnustep-apps/gnustep-viewpdf/DEPENDS
new file mode 100755
index 0000000000..1179332564
--- /dev/null
+++ b/gnustep-apps/gnustep-viewpdf/DEPENDS
@@ -0,0 +1,2 @@
+depends gnustep-pdfkit
+
diff --git a/gnustep-apps/gnustep-viewpdf/DETAILS b/gnustep-apps/gnustep-viewpdf/DETAILS
new file mode 100755
index 0000000000..ff090d26b0
--- /dev/null
+++ b/gnustep-apps/gnustep-viewpdf/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=gnustep-viewpdf
+ VERSION=0.9
+ SOURCE=ViewPDF-$VERSION.tar.bz2
+SOURCE_DIRECTORY=ViewPDF
+ SOURCE_URL[0]=http://download.gna.org/gsimageapps/$SOURCE
+ WEB_SITE=http://home.gna.org/gsimageapps
+ MD5[0]=7d1025c150fa49899d2f5fc3f4a3b1d0
+ LICENSE[0]=GPL
+ ENTERED=20050908
+ UPDATED=20050908
+ BUILD_API=2
+ SHORT="A GNUstep/Cocoa PDF viewer."
+
+cat << EOF
+A GNUstep/Cocoa PDF viewer, unmaintained. New maintained version is called
+Vindaloo.
+EOF
diff --git a/gnustep-apps/gnustep-viewpdf/HISTORY b/gnustep-apps/gnustep-viewpdf/HISTORY
new file mode 100644
index 0000000000..19e0e807a0
--- /dev/null
+++ b/gnustep-apps/gnustep-viewpdf/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-viewpdf/INSTALL b/gnustep-apps/gnustep-viewpdf/INSTALL
new file mode 100755
index 0000000000..106db2d812
--- /dev/null
+++ b/gnustep-apps/gnustep-viewpdf/INSTALL
@@ -0,0 +1,3 @@
+export TAR_OPTIONS="--no-same-owner"
+
+make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install