# Note: depends on pkg-config
wget -c https://github.com/Thomas-Tsai/partclone/archive/0.2.89/partclone-0.2.89.tar.gz
tar -xzf partclone-0.2.89.tar.gz
cd partclone-0.2.89
# Note: You will need to specify --enable-* flags manually for different filesystems
./configure --prefix="/usr"
make # Doesn't mind -j#
make install