Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 16 years ago
parent
commit
d409460054
3 changed files with 58 additions and 0 deletions
  1. +3
    -0
      package/public/asciidoc/asciidoc.conf
  2. +42
    -0
      package/public/asciidoc/asciidoc.desc
  3. +13
    -0
      package/public/asciidoc/prefix.patch

+ 3
- 0
package/public/asciidoc/asciidoc.conf

@ -0,0 +1,3 @@
custmain="./install.sh"

+ 42
- 0
package/public/asciidoc/asciidoc.desc

@ -0,0 +1,42 @@
[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/public/asciidoc/asciidoc.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 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] converts an AsciiDoc text file to DocBook, HTML or LinuxDoc
[T] The asciidoc command translates the AsciiDoc text file FILE to a
[T] DocBook, HTML or LinuxDoc file
[U] http://sourceforge.net/projects/asciidoc/
[A] Stuart Rackham
[M] The ROCK Linux Project
[C] extra/development
[L] GPL
[S] Stable
[V] 8.2.6
[P] X --?--5---9 159.402
[D] 3374891441 asciidoc-8.2.6.tar.gz http://www.methods.co.nz/asciidoc/

+ 13
- 0
package/public/asciidoc/prefix.patch

@ -0,0 +1,13 @@
--- ./install.sh.orig 2008-05-16 01:03:57.000000000 +0200
+++ ./install.sh 2008-05-16 01:04:09.000000000 +0200
@@ -9,8 +9,8 @@
# values in both a2x and asciiidoc.py scripts.
CONFDIR=/etc/asciidoc
-BINDIR=/usr/local/bin
-MANDIR=/usr/local/man
+BINDIR=/usr/bin
+MANDIR=/usr/man
VIM_CONFDIR=/etc/vim
if [ `basename $0` = uninstall.sh ]; then

Loading…
Cancel
Save