Fetch XZ sources from fetch the source of XZ from http://tukaani.org/xz/

To compile for ARM:
./configure --host=arm-linux --disable-shared --enable-static CFLAGS="--sysroot=/path_to_toolchain/arm-uClibc/arm-rorschack-linux-uclibcgnueabihf/sysroot -Os" LDFLAGS=--static
arm-linux-strip -s src/xzdec/xzdec

To compile for x86:
./configure --host=i586-linux --disable-shared --enable-static CFLAGS="--sysroot=/path_to_toolchain/x86-uClibc/i586-rorschack-linux-uclibc/sysroot -Os" LDFLAGS=--static
i586-linux-strip -s src/xzdec/xzdec

The xzdec binaries bundled with The Open GApps Project were compiled by @YashdSaraf

xzdec is in the public domain and no license or copyright applies
