Browse Source

Clifford Wolf:

added package pspresent


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2460 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Clifford Wolf 21 years ago
parent
commit
48254900a2
2 changed files with 55 additions and 0 deletions
  1. +12
    -0
      package/clifford/pspresent/install.patch
  2. +43
    -0
      package/clifford/pspresent/pspresent.desc

+ 12
- 0
package/clifford/pspresent/install.patch

@ -0,0 +1,12 @@
--- ./Makefile.orig 2004-03-03 01:13:39.952071248 +0100
+++ ./Makefile 2004-03-03 01:14:44.590244752 +0100
@@ -21,6 +21,9 @@
$(TARGET): $(OBJS)
$(CC) -o $(TARGET) $(OBJS) $(LDLIBS)
+install:
+ install $(TARGET) /usr/bin/$(TARGET)
+
clean:
rm $(TARGET) $(OBJS)

+ 43
- 0
package/clifford/pspresent/pspresent.desc

@ -0,0 +1,43 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/clifford/pspresent/pspresent.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] display full-screen PostScript presentations
[T] pspresent is a presentation tool to display full-screen PostScript
[T] presentations. It provides simple navigation, and double-buffers for
[T] seamless transitions.
[U] http://www.cse.unsw.edu.au/~matthewc/pspresent/
[A] Matthew Chapman <matthewc@cse.unsw.edu.au>
[M] Clifford Wolf <clifford@clifford.at>
[C] extra/office
[L] GPL
[S] Stable
[V] 1.1
[P] X -----5---9 371.700
[D] 0 pspresent-1.1.tar.gz http://www.cse.unsw.edu.au/~matthewc/pspresent/

Loading…
Cancel
Save