Blame README

Packit Service 9285f1
This is the GNU cpio package
Packit Service 9285f1
============================
Packit Service 9285f1
Packit Service 9285f1
* Introduction
Packit Service 9285f1
==============
Packit Service 9285f1
Packit Service 9285f1
GNU cpio copies files between archives and directories.  It supports
Packit Service 9285f1
the following archive formats: old binary cpio, old portable cpio, SVR4
Packit Service 9285f1
cpio with and without checksum, HP cpio, and various tar formats.
Packit Service 9285f1
Packit Service 9285f1
This file contains brief information about configuring and compiling
Packit Service 9285f1
GNU cpio.  It is *not* intended as a replacement for the documentation,
Packit Service 9285f1
and is provided as a brief reference only.
Packit Service 9285f1
Packit Service 9285f1
The complete documentation for GNU cpio is available in the subdirectory
Packit Service 9285f1
doc.  To read it without installing the package run `info -f doc/cpio.info',
Packit Service 9285f1
or `man ./doc/cpio.1'.
Packit Service 9285f1
Packit Service 9285f1
The documentation in various formats is also available online at
Packit Service 9285f1
<http://www.gnu.org/software/cpio/manual/>.
Packit Service 9285f1
Packit Service 9285f1
* Building
Packit Service 9285f1
Packit Service 9285f1
A usual three-stage procedure applies:
Packit Service 9285f1
Packit Service 9285f1
 ./configure
Packit Service 9285f1
 make
Packit Service 9285f1
 make install
Packit Service 9285f1
Packit Service 9285f1
See the file INSTALL for generic options to ./configure.
Packit Service 9285f1
Packit Service 9285f1
* Bug reporting.
Packit Service 9285f1
Packit Service 9285f1
Please send bug reports and suggestions to <bug-cpio@gnu.org>.
Packit Service 9285f1
Packit Service 9285f1

Packit Service 9285f1
* Copyright information
Packit Service 9285f1
Packit Service 9285f1
Copyright (C) 2003-2007, 2009-2010, 2014-2015 Free Software Foundation, Inc.
Packit Service 9285f1
Packit Service 9285f1
   Permission is granted to anyone to make or distribute verbatim copies
Packit Service 9285f1
   of this document as received, in any medium, provided that the
Packit Service 9285f1
   copyright notice and this permission notice are preserved,
Packit Service 9285f1
   thus giving the recipient permission to redistribute in turn.
Packit Service 9285f1
Packit Service 9285f1
   Permission is granted to distribute modified versions
Packit Service 9285f1
   of this document, or of portions of it,
Packit Service 9285f1
   under the above conditions, provided also that they
Packit Service 9285f1
   carry prominent notices stating who last changed them.
Packit Service 9285f1

Packit Service 9285f1
Local variables:
Packit Service 9285f1
mode: outline
Packit Service 9285f1
paragraph-separate: "[ 	?]*$"
Packit Service 9285f1
eval: (add-hook 'write-file-hooks 'time-stamp)
Packit Service 9285f1
time-stamp-start: "changes. "
Packit Service 9285f1
time-stamp-format: "%:y-%02m-%02d"
Packit Service 9285f1
time-stamp-end: "\n"
Packit Service 9285f1
end: