depends g++  &&
if [[ $CLUC_VER != stable ]];then
  depends cmake
fi &&
if [[ $CLUC_VER == svn ]]; then
  depends subversion
fi
