if  [  "$SUSPEND_COMPRESS"  ==  "y"  ];  then
  depends  liblzf
fi  &&

if  [  "$SUSPEND_ENCRYPT"  ==  "y"  ];  then
  depends  openssl
fi
