Package: cpio Version: 2.11 Revision: 1 Description: Archiving program for files and tape DescDetail: << GNU cpio copies files into or out of a cpio or tar archive, The archive can be another file on the disk, a magnetic tape, or a pipe. GNU cpio supports the following archive formats: binary, old ASCII, new ASCII, crc, HPUX binary, HPUX old ASCII, old tar, and POSIX.1 tar. The tar format is provided for compatibility with the tar program. By default, cpio creates binary format archives, for compatibility with older cpio programs. When extracting from archives, cpio automatically recognizes which kind of archive it is reading and can read archives created on machines with a different byte-order. << DescUsage: << The utility is named "gcpio" to avoid conflicting with /usr/bin/cpio which takes different arguments. << Homepage: http://www.gnu.org/software/cpio/ Maintainer: Daniel Johnson License: GPL3 Source: gnu Source-MD5: 1112bb6c45863468b5496ba128792f6c PatchFile: %n.patch PatchFile-MD5: 6e976e37e2537bf1a499759fb2dfe497 Depends: libgettext8-shlibs BuildDepends: fink (>= 0.24.12), libgettext8-dev, libiconv-dev, gettext-tools ConfigureParams: --disable-dependency-tracking --program-prefix=g SetCFLAGS: -Os InfoTest: TestScript: make check || exit 2 InstallScript: << make install DESTDIR=%d rm -r %i/libexec rm -r %i/share/man/man1/gmt.1 << InfoDocs: cpio.info DocFiles: AUTHORS ChangeLog COPYING NEWS README THANKS TODO