Files
haikuports/app-arch/cpio/cpio-2.10.bep
2009-10-19 01:37:55 +00:00

17 lines
409 B
Plaintext

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."
HOMEPAGE="http://www.gnu.org/software/cpio/cpio.html"
SRC_URI="http://ftp.gnu.org/gnu/cpio/cpio-2.10.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd cpio-2.10
./configure --prefix=/boot/common
make
}
INSTALL {
cd cpio-2.10
make install
}