tar - the GNU version of the tar archiving utility.
-
Prepare chroot environment (QEMU, Debian 7.0, armel).
-
Get tar:
apt-get build-dep tar apt-get source tar
-
Build tar:
cd ./tar-1.26 export FORCE_UNSAFE_CONFIGURE=1 ./configure make CFLAGS=-static LDFLAGS=-static strip -s ./src/tar
-
Copy tar binary to assets directory.