SUMMARY="GNU cpio copies files into or out of a cpio or tar archive" DESCRIPTION=" 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 compatability 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. " HOMEPAGE="http://www.gnu.org/software/cpio/cpio.html" REVISION="1" ARCHITECTURES="x86_gcc2 x86 x86_64" SRC_URI="http://ftp.gnu.org/gnu/cpio/cpio-2.11.tar.gz" CHECKSUM_SHA256="601b1d774cd6e4cd39416203c91ec59dbd65dd27d79d75e1a9b89497ea643978" PATCHES="cpio-$portVersion.patchset" PROVIDES=" cpio = $portVersion cmd:cpio " REQUIRES=" haiku >= $haikuVersion " BUILD_REQUIRES=" devel:libiconv " BUILD_PREREQUIRES=" haiku_devel >= $haikuVersion cmd:aclocal cmd:autoconf cmd:awk cmd:bison cmd:find cmd:gcc cmd:make cmd:sh cmd:yacc " BUILD() { aclocal autoreconf autoconf runConfigure ./configure make $jobArgs } INSTALL() { make install } TEST() { make check } LICENSE="GNU GPL v3" COPYRIGHT="1988-2010 Free Software Foundation, Inc."