default_install &&

if is_depends_enabled $SPELL perl; then
  cd perl/FKO &&
  make install &&
  cd ../..
fi &&

if is_depends_enabled $SPELL python; then
  cd python &&
  default_install_python &&
  cd ..
fi
