Browse Source

alanw:


			
			
				rocklinux
			
			
		
Alan J. Wylie 19 years ago
parent
commit
0b52aa0bff
2 changed files with 55 additions and 0 deletions
  1. +43
    -0
      package/alanw/afio/afio.desc
  2. +12
    -0
      package/alanw/afio/notusrlocal.patch

+ 43
- 0
package/alanw/afio/afio.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/alanw/afio/afio.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2005 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] archiver - similar to cpio
[T] Afio makes cpio-format archives. It deals somewhat gracefully with
[T] input data corruption, supports multi-volume archives during interactive
[T] operation, and can make compressed archives that are much safer than
[T] compressed tar or cpio archives. Afio is best used as an `archive engine'
[T] in a backup script.
[U] http://freshmeat.net/projects/afio/
[A] Koen Holtman <koen@hep.caltech.edu>
[M] Alan J. Wylie <alan@wylie.me.uk>
[C] base/tool
[L] OpenSource
[S] Stable
[V] 2.5
[P] X -----5---9 702.000
[D] 3970381068 afio-2.5.tgz http://members.brabant.chello.nl/~k.holtman/

+ 12
- 0
package/alanw/afio/notusrlocal.patch

@ -0,0 +1,12 @@
diff -Naur afio-2.5.orig/Makefile afio-2.5/Makefile
--- afio-2.5.orig/Makefile 2003-12-21 10:23:51.000000000 +0000
+++ afio-2.5/Makefile 2005-01-26 09:44:00.000000000 +0000
@@ -88,7 +88,7 @@
cd regtest; /bin/sh regtest.clean
install: afio
- cp afio /usr/local/bin
+ cp afio /usr/bin
cp afio.1 /usr/share/man/man1
# generate default list of -E extensions from manpage

Loading…
Cancel
Save