Installed
programs: rmt and tar
The Tar package contains an archiving program.
Tar has a bug when the -S option is used with files larger than 4 GB. The following patch properly fixes this issue:
patch -Np1 -i ../tar-1.15.1-sparse_fix-1.patch
Prepare Tar for compilation:
./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin
Compile the package:
make
To test the results, issue: make check.
Install the package:
make install