Files
haikuports/app-arch/tar/tar-1.22.bep
Chris Roberts 11a7c2d49b Added tar-1.22 with a small patch to allow the test suite to build.
Cleanup up the Copyright field on several of my old .OPD files.
This was done to match the example at http://www.haiku-os.org/node/2525 which
doesn't contain a comma bewtween the date and the copyright owner.
2009-12-30 03:49:54 +00:00

18 lines
369 B
Plaintext

DESCRIPTION="tar saves and restores files from a tape or disk archive."
HOMEPAGE="http://www.gnu.org/software/tar/"
SRC_URI="http://ftp.gnu.org/gnu/tar/tar-1.22.tar.bz2"
CHECKSUM_MD5="07fa517027f426bb80f5f5ff91b63585"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd tar-1.22
./configure --prefix=/boot/common
make
}
INSTALL {
cd tar-1.22
make install
}